Skip to content

Commit dcb55b8

Browse files
refactor: mover os testes de integração para respectivo diretório
1 parent d87f635 commit dcb55b8

29 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dev": "cross-env NODE_ENV=serverest-development nodemon ./src/server.js --nodoc",
3535
"test:mutation": "cross-env NODE_ENV=serverest-test stryker run ./test/stryker.conf.js",
3636
"test:mutation:diff": "cross-env NODE_ENV=serverest-test stryker-diff-runner --path ./test/stryker.conf.js --branch trunk",
37-
"test": "cross-env NODE_ENV=serverest-test nyc mocha --config test/.mocharc.js",
37+
"test": "cross-env NODE_ENV=serverest-test nyc mocha --config test/integration/.mocharc.js",
3838
"lint": "standard",
3939
"lint:fix": "standard --fix",
4040
"lint:staged": "lint-staged",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
require: 'test/utils/global.js',
2+
require: 'test/integration/utils/global.js',
33
spec: ['test/**/*.test.js'],
44
timeout: 30000
55
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)