Skip to content

Commit

Permalink
πŸ› fix import of ava library using require
Browse files Browse the repository at this point in the history
Signed-off-by: Najam Ul Saqib <[email protected]>
  • Loading branch information
njmulsqb committed Sep 20, 2023
1 parent 3f772c5 commit 7efc5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/js/utils.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import test from 'ava';
const test = require('ava');

// TODO: use clean build system
// Dynamically load utils functions from utils.js
Expand Down

0 comments on commit 7efc5cc

Please sign in to comment.