Skip to content

Commit

Permalink
test: exclude mersenne module
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Sep 8, 2022
1 parent cdb94db commit b488f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/apidoc/examplesAndDeprecations.spec.ts
Expand Up @@ -36,7 +36,7 @@ describe('examples and deprecations', () => {
const modules: Record<string, DeclarationReflection[]> = selectApiModules(
project
)
.filter((module) => module.name !== 'Mersenne')
.filter((module) => module.name !== 'MersenneModule')
.reduce(
(a, v) => ({
...a,
Expand Down

0 comments on commit b488f42

Please sign in to comment.