Skip to content

Commit

Permalink
revert accidental change in package export test
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastil committed Jun 1, 2023
1 parent c87d4dc commit 0a9a0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-built-package-exports.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const assert = require('assert')

const { twMerge } = require('../dist')
const { twMerge } = require('..')

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

0 comments on commit 0a9a0ce

Please sign in to comment.