Cleanup, removed old e2e in favour of cypress

This commit is contained in:
Knut Sveidqvist
2019-09-18 18:37:53 +02:00
parent 21622f575b
commit 4411a26002
47 changed files with 39 additions and 1551 deletions

View File

@@ -1,4 +1,4 @@
const path = require('path')
const path = require('path');
module.exports = {
transform: {
@@ -10,4 +10,4 @@ module.exports = {
'\\.(css|scss)$': 'identity-obj-proxy'
},
moduleFileExtensions: ['js', 'json', 'jsx', 'ts', 'tsx', 'node', 'jison']
}
};