Skip to content

Commit 5aa5ccb

Browse files
committed
test(server): fix server path
1 parent aba61a9 commit 5aa5ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/server/server.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import app from '../server';
1+
import app from './server';
22

33
describe('Application', () => {
44
it('should start the server', (done) => {

0 commit comments

Comments
 (0)