Skip to content

Commit

Permalink
add comment to ESM test explaining limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastil committed Aug 13, 2022
1 parent fc7b78e commit 184234d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/test-built-package-exports.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import assert from 'assert'

// Not ideal, but there seems to be no way to point the import resolver to the package.json file if this isn't a npm package.
import { twMerge } from '../dist/tailwind-merge.mjs'

assert(twMerge() === '')
Expand Down

0 comments on commit 184234d

Please sign in to comment.