Skip to content

Commit

Permalink
Remove gitignore hiding paima-concise test config
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Nov 4, 2023
1 parent f73ea02 commit 55daf4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/paima-sdk/paima-concise/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ build/
node_modules
*.tsbuildinfo
cache/
*.js
*.d.ts
6 changes: 6 additions & 0 deletions packages/paima-sdk/paima-concise/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/** @type {import('@ts-jest/dist/types').InitialOptionsTsJest} */
export default {
displayName: '@paima/concise',
preset: '../../../jest.preset.js',
coverageDirectory: '../../../coverage/packages/engine/paima-concise',
};

0 comments on commit 55daf4b

Please sign in to comment.