Skip to content

Commit d1e1bcf

Browse files
Joshua Grossoasdfasd
Joshua Grosso
authored and
asdfasd
committed
Remove unnecessary nodegit imports
1 parent 7c82d20 commit d1e1bcf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

test/tests/callbacks/check.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import {
22
expect
33
} from 'chai';
4+
45
import {
56
Error
6-
} from 'nodegit';
7-
7+
} from '../../../build/src/constants';
88
import track from '../../../build/src/commands/track';
99
import checkCallback from '../../../build/src/callbacks/check';
1010

test/tests/callbacks/initialize.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import {
22
expect
33
} from 'chai';
4+
45
import {
56
Error
6-
} from 'nodegit';
7-
7+
} from '../../../build/src/constants';
88
import initialize from '../../../build/src/callbacks/initialize';
99

1010
describe('initialize', () => {

test/tests/utils/generateResponse.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import {
22
expect
33
} from 'chai';
4+
45
import {
56
Error
6-
} from 'nodegit';
7-
7+
} from '../../../build/src/constants';
88
import generateResponse from '../../../build/src/utils/generateResponse';
99

1010
describe('generateResponse', () => {

0 commit comments

Comments
 (0)