Skip to content

Commit

Permalink
add TODO for the rest of the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasetter committed Nov 13, 2023
1 parent 9ca5769 commit cefe686
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/typescript-tests/jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
testEnvironment: 'node',
extensionsToTreatAsEsm: [".ts"],
verbose: true,
// TODO: match all test files
testMatch: ['**/src/simple_struct.ts', '**/src/typescript_type.ts'],
injectGlobals: false,
globals: {
Expand Down

0 comments on commit cefe686

Please sign in to comment.