Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
fix: transpile tslib
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Dec 10, 2021
1 parent 397cf8f commit 4b0cfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/peeky-config/src/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const defaultPeekyConfig: () => PeekyConfig = () => ({
emptySuiteError: false,
collectCoverageMatch: ['(src|lib)/**/*.(ts|js)'],
buildExclude: [/node_modules/],
buildInclude: [/node_modules\/(vue|@vue|diff)/],
buildInclude: [/node_modules\/(vue|@vue|diff|tslib)/],
runtimeEnv: 'node',
mockFs: true,
})

0 comments on commit 4b0cfc9

Please sign in to comment.