Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Commit 035269a

Browse files
committed
Use proper client for code coverage
1 parent ffb94de commit 035269a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/client/client.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import feathers from 'feathers/client';
33
import baseTests from 'feathers-commons/lib/test/client';
44

55
import server from './server';
6-
import primus from '../../client';
6+
import primus from '../../src/client';
77

88
describe('feathers-primus/client', function() {
99
const app = feathers().configure(primus({}, { timeout: 500 }));

0 commit comments

Comments
 (0)