diff --git a/test/util.test.js b/test/util.test.js index 27cb561..dfd21fe 100644 --- a/test/util.test.js +++ b/test/util.test.js @@ -1,6 +1,6 @@ /* global describe, it */ const assert = require('assert') -const buildOptions = require('../src/util') +const buildOptions = require('../src/internal/util') describe('buildOptions', () => { it('returns an empty string if the array passed to it is empty', () => {