Skip to content

Commit

Permalink
feat(packages/sui-studio): Delete unnecesary conditional with isJestTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenifer López committed Jun 10, 2024
1 parent 04ba88f commit e0f232b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sui-studio/bin/sui-studio-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const studioDevConfig = {
alias: {
...config.resolve.alias,
component: path.join(componentPath, 'src'),
test: isJestTest ? jestPath : testPath,
test: testPath,
package: path.join(componentPath, 'package.json'),
demo: path.join(componentPath, 'demo')
}
Expand Down

0 comments on commit e0f232b

Please sign in to comment.