forked from sombochea/verdaccio-ui
refactor: update dependencies
development keys deps updated add eslint-plugin-codeceptjs to fix eslint issues for acceptant test
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
exports.config = {
|
||||
tests: './test/acceptance/*_test.js',
|
||||
output: './test/acceptance/output',
|
||||
@@ -8,15 +7,15 @@ exports.config = {
|
||||
// "show": true,
|
||||
chrome: {
|
||||
// headless: false
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
include: {
|
||||
I: './test/acceptance/steps_file.js'
|
||||
I: './test/acceptance/steps_file.js',
|
||||
},
|
||||
smartWait: 30000,
|
||||
bootstrap: null,
|
||||
plugins: {},
|
||||
mocha: {},
|
||||
name: '@verdaccio/ui-theme'
|
||||
}
|
||||
name: '@verdaccio/ui-theme',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user