Skip to content

Commit

Permalink
fix: test.spec.ts => rajoute un timeout (plus long que par défaut)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shamzic committed Jan 16, 2025
1 parent 875ea7d commit e2b3f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/openfisca/test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function runOpenFiscaTest(yaml, extension) {
return run_cmd("openfisca", args)
}

describe.skip("openfisca generateYAMLTest", function () {
describe("openfisca generateYAMLTest", function () {
const result = subject.generateYAMLTest(details, situation)
it("generates a non empty string", function () {
expect(result).toBeTruthy()
Expand Down
1 change: 1 addition & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default defineConfig({
provider: "v8",
reporter: ["text", "json", "html"],
},
testTimeout: 15000,
},
resolve: {
alias: {
Expand Down

0 comments on commit e2b3f28

Please sign in to comment.