Skip to content

Commit

Permalink
chore(components): reduce concurrent workers in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
square-li committed Oct 3, 2022
1 parent ecfeed8 commit e8d6dbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const credentials = (() => {
export const config: Config = {
namespace: 'iot-app-kit-components',
globalStyle: 'src/styles/global.css',
maxConcurrentWorkers: 2,
testing: {
moduleNameMapper: {
'@iot-app-kit/core': '<rootDir>/../../packages/core/src',
Expand Down

0 comments on commit e8d6dbc

Please sign in to comment.