Skip to content

Commit

Permalink
fix: Bugfix on conditional context injection
Browse files Browse the repository at this point in the history
- Backports fix to `@cjs` tag.
  • Loading branch information
Eengineer1 committed Feb 17, 2023
1 parent 194c05d commit 6497799
Show file tree
Hide file tree
Showing 14 changed files with 128 additions and 221 deletions.
3 changes: 1 addition & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
},
{
"name": "commonjs",
"channel": "cjs",
"prerelease": true
"channel": "cjs"
}
],
"tagFormat": "${version}",
Expand Down
20 changes: 0 additions & 20 deletions jest.config.cjs

This file was deleted.

6 changes: 6 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
modulePathIgnorePatterns: ["tests/testutils.test.ts"],
};
Loading

0 comments on commit 6497799

Please sign in to comment.