mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-17 19:21:20 +03:00
chore: pnpm support (#199)
* feat: initial pnpm support * feat: lock files * fix: github actions * fix: lerna bootstrap * fix: lerna useWorkspaces * fix: lerna no ci * fix: lint * fix: audit * chore: changeset * fix: publish action
This commit is contained in:
@@ -4,9 +4,14 @@ const config = JSON.parse(fs.readFileSync(`${__dirname}/.swcrc-commonjs.json`, '
|
||||
|
||||
module.exports = {
|
||||
verbose: true,
|
||||
setupFilesAfterEnv: [`${__dirname}/jest.setup.js`],
|
||||
coverageDirectory: './coverage/',
|
||||
collectCoverage: true,
|
||||
transform: {
|
||||
'\\.[jt]sx?$': ['@swc/jest', { ...config }],
|
||||
},
|
||||
testEnvironment: 'jest-environment-jsdom',
|
||||
testEnvironmentOptions: {
|
||||
customExportConditions: ['node', 'node-addons'],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user