Skip to content

Commit

Permalink
Merge pull request #1693 from SUI-Components/feat/add_adv-ui_to_sui-t…
Browse files Browse the repository at this point in the history
…est_mocha

add adv-ui package to sui-test mocha compiler
  • Loading branch information
aleixadevinta authored Jan 3, 2024
2 parents a2a4455 + bb139d6 commit 16fd8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sui-test/bin/mocha/register.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (esmOverride) {
}

const libDir = /lib/
const paths = [/@babel\/runtime/, /@s-ui/, /mocks/, /src/, /test/, libDir, ...regexToAdd]
const paths = [/@babel\/runtime/, /@s-ui/, /@adv-ui/, /mocks/, /src/, /test/, libDir, ...regexToAdd]

require('@babel/register')({
ignore: [],
Expand Down

0 comments on commit 16fd8a8

Please sign in to comment.