diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/app.test.js (renamed from test/index.test.js) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/index.test.js b/test/app.test.js index 769097f..04596fa 100644 --- a/test/index.test.js +++ b/test/app.test.js @@ -5,7 +5,7 @@ const request = require('supertest') const config = require('../src/modules/config.js') config.posts.folder = path.resolve(__dirname, './data/') -const app = require('../src/index.js') +const app = require('../src/app.js') test('homepage', t => { return request(app.listen()) |