Skip to content

Commit

Permalink
Avoid surprise fast-check updates
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid committed Aug 29, 2024
1 parent 47e75e3 commit 13e5930
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"eslint-plugin-no-comments": "^1.1.10",
"eslint-plugin-require-extensions": "^0.1.3",
"eslint-plugin-wc": "^2.1.0",
"fast-check": "^3.22.0",
"fetch-mock": "^11.1.1",
"fp-ts-contrib": "^0.1.29",
"glob": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/fc.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { fc } from '@fast-check/jest'
import { Temporal } from '@js-temporal/polyfill'
import { animals, colors } from 'anonymus'
import { capitalCase } from 'case-anything'
import { mod11_2 } from 'cdigit'
import { type Doi, isDoi } from 'doi-ts'
import type { Request, Response } from 'express'
import * as fc from 'fast-check'
import type * as F from 'fetch-fp-ts'
import { isNonEmpty } from 'fp-ts/lib/Array.js'
import * as E from 'fp-ts/lib/Either.js'
Expand Down

0 comments on commit 13e5930

Please sign in to comment.