Skip to content

Commit a91bd17

Browse files
committed
Rename confusing precompiler hook test
1 parent a1a8e62 commit a91bd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ test('improper use of t.throws, even if caught and then rethrown too slowly, wil
199199
});
200200
});
201201

202-
test('babel require hook only does not apply to source files', t => {
202+
test('precompiler require hook does not apply to source files', t => {
203203
t.plan(3);
204204

205205
execCli('fixture/babel-hook.js', (err, stdout, stderr) => {

0 commit comments

Comments
 (0)