Skip to content

Commit 95a5aab

Browse files
committed
perf(test:endpoint): remove unused imports
1 parent 6faa7f0 commit 95a5aab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/test/endpoint.test.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
'use strict';
22
import path from 'path';
33
import fs from 'fs';
4-
import _ from 'lodash';
54
import Promise from 'bluebird';
65
import helpers from 'yeoman-test';
76
import assert from 'yeoman-assert';
@@ -10,7 +9,6 @@ import * as getExpectedFiles from './get-expected-files';
109
import {
1110
copyAsync,
1211
runCmd,
13-
assertOnlyFiles,
1412
readJSON,
1513
runGen
1614
} from './test-helpers';

0 commit comments

Comments
 (0)