File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11import {
22 expect
33} from 'chai' ;
4+
45import {
56 Error
6- } from 'nodegit' ;
7-
7+ } from '../../../build/src/constants' ;
88import track from '../../../build/src/commands/track' ;
99import checkCallback from '../../../build/src/callbacks/check' ;
1010
Original file line number Diff line number Diff line change 11import {
22 expect
33} from 'chai' ;
4+
45import {
56 Error
6- } from 'nodegit' ;
7-
7+ } from '../../../build/src/constants' ;
88import initialize from '../../../build/src/callbacks/initialize' ;
99
1010describe ( 'initialize' , ( ) => {
Original file line number Diff line number Diff line change 11import {
22 expect
33} from 'chai' ;
4+
45import {
56 Error
6- } from 'nodegit' ;
7-
7+ } from '../../../build/src/constants' ;
88import generateResponse from '../../../build/src/utils/generateResponse' ;
99
1010describe ( 'generateResponse' , ( ) => {
You can’t perform that action at this time.
0 commit comments