Skip to content

Commit

Permalink
Remove unnecessary nodegit imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Grosso authored and Joshua Grosso committed Sep 6, 2017
1 parent 1aff4e5 commit deedc94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions test/tests/callbacks/check.spec.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import {
expect
} from 'chai';

import {
Error
} from 'nodegit';

} from '../../../build/src/constants';
import track from '../../../build/src/commands/track';
import checkCallback from '../../../build/src/callbacks/check';

Expand Down
4 changes: 2 additions & 2 deletions test/tests/callbacks/initialize.spec.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import {
expect
} from 'chai';

import {
Error
} from 'nodegit';

} from '../../../build/src/constants';
import initialize from '../../../build/src/callbacks/initialize';

describe('initialize', () => {
Expand Down
4 changes: 2 additions & 2 deletions test/tests/utils/generateResponse.spec.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import {
expect
} from 'chai';

import {
Error
} from 'nodegit';

} from '../../../build/src/constants';
import generateResponse from '../../../build/src/utils/generateResponse';

describe('generateResponse', () => {
Expand Down

0 comments on commit deedc94

Please sign in to comment.