mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
# Fix: extra comma in package.json making it invalid Remove the comma to make the file valid.
11 lines
336 B
JSON
11 lines
336 B
JSON
{
|
|
"devDependencies": {
|
|
"cucumber": "^6.0.5",
|
|
"nightwatch": "^1.5.1",
|
|
"nightwatch-api": "^3.0.1"
|
|
},
|
|
"scripts": {
|
|
"test:e2e": "node_modules/cucumber/bin/cucumber-js --require test/acceptance/index.js --require test/acceptance/setup.js --require test/acceptance/stepDefinitions -f node_modules/cucumber-pretty"
|
|
}
|
|
}
|