Skip to content

Commit

Permalink
test: update cjs test import path
Browse files Browse the repository at this point in the history
  • Loading branch information
radiovisual committed Nov 23, 2023
1 parent 28d76d4 commit 989f8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/builds/cjs-module.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* istanbul ignore file */
/* eslint-disable unicorn/prefer-module */
const getVideoId = require('../../dist/get-video-id.cjs.js');
const getVideoId = require('../../dist/get-video-id.js');

describe('bundled CJS module', () => {
test('has the expected API', () => {
Expand Down

0 comments on commit 989f8e7

Please sign in to comment.