Skip to content

Commit df1c2ca

Browse files
committed
🐛 fix import of ava library using require
1 parent 3f772c5 commit df1c2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/js/utils.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import test from 'ava';
1+
const test = require('ava');
22

33
// TODO: use clean build system
44
// Dynamically load utils functions from utils.js

0 commit comments

Comments
 (0)