Skip to content

Commit

Permalink
Fix required title in test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Jan 30, 2018
1 parent b8364ca commit d42865b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixture/require-compiled-helper/test/verify.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import test from '../../../../';

test(t => {
test('test', t => {
t.is(global.value, '🦄');
});

0 comments on commit d42865b

Please sign in to comment.