test: update jest config

pull/165/head
tangjinzhou 2018-07-27 18:31:34 +08:00
parent ac9259251d
commit b6da432f39
1 changed files with 1 additions and 0 deletions

View File

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