all repos — archive/homestead @ 3bda5fcfb7a23619ba66bef029d89bbd18d2c915

My future indieweb platform

Move tests to test/

Alan Pearce
commit

3bda5fcfb7a23619ba66bef029d89bbd18d2c915

parent

553a9f2f376a9d489e9096386ffec5b7732aa5e3

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M src/index.test.jstest/index.test.js
@@ -1,7 +1,7 @@
const test = require('ava') const request = require('supertest') -const app = require('./index.js') +const app = require('../src/index.js') test(t => request(app.listen())