Skip to content

Commit

Permalink
fix: fix require in test
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowgate15 committed Nov 6, 2021
1 parent 2c7abd1 commit 65a46a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const path = require('path');
const test = require('ava');
const delay = require('delay');
const Bree = require('../../bree/src');
const Bree = require('bree');

const plugin = require('../src');

Expand Down

0 comments on commit 65a46a1

Please sign in to comment.