Skip to content

Commit

Permalink
chore: fix tests resolving to esm-only chalk
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev authored Oct 15, 2024
1 parent dc0f49f commit 70a9d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test-79-npm/require_optional/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"peerOptionalDependencies": {
"chalk": "*"
"chalk": "^4.1.2"
}
}
2 changes: 1 addition & 1 deletion test/test-80-compression/test-x.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* eslint-disable no-unused-vars */

const m = require('minimist');
const c = require('chalk');
const pc = require('picocolors');

const loremIpsum =
'Unus audio pluribus sibi quibusdam amicitias habere qua satis molestum sapientes molestum est vel frui non pluribus nimias possit quam esse sollicitum adducas persequantur esse audio nihil sollicitum laxissimas enim rerum vel non ad tamquam habitos implicari placuisse quibusdam nihil.';
Expand Down

0 comments on commit 70a9d0b

Please sign in to comment.