Skip to content

Commit

Permalink
fix: docs generation with spec 3 changes (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
KhudaDad414 authored Dec 13, 2023
1 parent 51db0f0 commit 1ad3580
Show file tree
Hide file tree
Showing 10 changed files with 1,954 additions and 1,256 deletions.
9 changes: 2 additions & 7 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
/** @type {import('ts-jest/dist/types').JestConfigWithTsJest} */
export default {
testMatch: [
"<rootDir>/test/**/*.test.ts"
],
preset: 'ts-jest/presets/default-esm',
testEnvironment: 'node',
setupFilesAfterEnv: ['./jest.setup.ts'],
"setupFilesAfterEnv": ["jest-extended/all"],
collectCoverage: true,
silent: false,
testPathIgnorePatterns: ['functions.test.ts'],
globals: {
'ts-jest': {
useESM: true
},
},
moduleNameMapper: {
'^(\\.{1,2}/.*)\\.js$': '$1',
'^nimma/legacy$': '<rootDir>/node_modules/nimma/dist/legacy/cjs/index.js',
Expand Down
4 changes: 0 additions & 4 deletions jest.setup.ts

This file was deleted.

Loading

0 comments on commit 1ad3580

Please sign in to comment.