Skip to content

Commit

Permalink
nitpicks
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileRolley committed Nov 18, 2024
1 parent ed0b016 commit a64247b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
1 change: 1 addition & 0 deletions test/CarSimulatorEngine.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ describe("CarSimulatorEngine", () => {
expect(
engine.evaluateRule("voiture . thermique . carburant").isApplicable,
).toBeTruthy()
expect(engine.evaluateRule("voiture . occasion").isApplicable)
})

test("should return false for undefined default values", () => {
Expand Down
41 changes: 0 additions & 41 deletions ui.yaml

This file was deleted.

0 comments on commit a64247b

Please sign in to comment.