setup mock browser object
This commit is contained in:
1
xclap.ts
1
xclap.ts
@@ -39,6 +39,7 @@ load({
|
||||
prettier: [exec('prettier --write .')],
|
||||
test: ['build', 'lint', 'test-jest', 'test-js'],
|
||||
'test-jest': [exec('jest --clearCache'), exec('jest --verbose --coverage')],
|
||||
'test-jest-update': exec('jest -u'),
|
||||
'test-js': 'phantomjs tests/run.js',
|
||||
webpack: [exec('webpack --mode production')],
|
||||
'webpack:dev': [exec('webpack --mode development')],
|
||||
|
||||
Reference in New Issue
Block a user