Skip to content

Commit a0d0fef

Browse files
committed
fix(tape): fix typescript import
1 parent bb26183 commit a0d0fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-min/test/my-app.spec.ext

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import test from 'ava';
33
// @endif
44
// @if tape
5-
import test from 'tape';
5+
import /* @if typescript */* as /* @endif */test from 'tape';
66
// @endif
77
// @if mocha
88
import { expect } from 'chai';

0 commit comments

Comments
 (0)