test: update jest config

pull/93/merge
tangjinzhou 2018-07-27 18:31:34 +08:00
parent 34f162b513
commit 5a96e78c22
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ const transformIgnorePatterns = [
]; ];
module.exports = { module.exports = {
testURL: 'http://localhost/',
setupFiles: [ setupFiles: [
'./tests/setup.js', './tests/setup.js',
], ],