Skip to content

Commit aba61a9

Browse files
committed
test(server): move directories
1 parent dafddda commit aba61a9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

template/server/__tests__/boot.spec.js renamed to template/server/boot/__tests__/boot.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import request from 'supertest';
33
import createLoopback from '~/test/utils/create-loopback';
44
{{#extended}}
5-
import initialAccount from '../initial-data/maintenance-account.json';
5+
import initialAccount from '~/server/initial-data/maintenance-account.json';
66
{{/extended}}
77

88
describe('boot process', () => {

0 commit comments

Comments
 (0)