Skip to content

Commit

Permalink
fonction back to classes
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisTherin committed Mar 29, 2024
1 parent 484c1d6 commit 858cc00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/projectionDePopulation2019-2024/Ingest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ describe('Testing - projectionDePopulation2019-2024 Ingestion', () => {

const result = ingest.createDir()
expect(result).toEqual('directory allready exist')
expect(fs.existsSync(testDir)).toBe(true)

// TEST PASS WITH toHaveBeenCalledTimes(1)
// TEST FAIL WITH toHaveBeenCalledTimes(2)
Expand Down

0 comments on commit 858cc00

Please sign in to comment.