Skip to content

Commit

Permalink
Merge pull request #54 from ubc/fix-issue-50
Browse files Browse the repository at this point in the history
fix path to util
  • Loading branch information
justin0022 authored Oct 15, 2024
2 parents 65add4c + 9d6f89a commit 87683d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util.test.js
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down

0 comments on commit 87683d6

Please sign in to comment.