Skip to content

Commit

Permalink
fix: enable mocha
Browse files Browse the repository at this point in the history
fix: update 'outputReferences' attribute name
  • Loading branch information
druhill committed Oct 8, 2024
1 parent 369a5f0 commit e608b0c
Show file tree
Hide file tree
Showing 5 changed files with 627 additions and 486 deletions.
10 changes: 0 additions & 10 deletions .mocharc.js

This file was deleted.

10 changes: 10 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"parallel": true,
"recursive": true,
"require": ["tsx"],
"spec": [
"scripts/**/*.spec.ts"
],
"extension": ["js", "cjs", "mjs", "ts"]
}

2 changes: 1 addition & 1 deletion scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const getFiles = ({componentName, modeName = '', format, subType, suffix, output
filter: (token: DesignToken) => FilterComponent(token, componentName),
format,
options: {
outputRefs
outputReferences: outputRefs
}
}
]
Expand Down
35 changes: 0 additions & 35 deletions scripts/utils/normalize.js

This file was deleted.

Loading

0 comments on commit e608b0c

Please sign in to comment.