Skip to content

Commit f663e59

Browse files
author
Andrei Bratu
committed
remove tests from fernignore
1 parent 85bbf99 commit f663e59

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

.fernignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ src/context.ts
1313

1414
# Tests
1515

16-
tests
17-
1816
# CI Action
1917

2018
.github/workflows/ci.yml

tests/unit/zurg/bigint/bigint.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { itValidateJson, itValidateParse } from "../utils/itValidate";
44

55
describe.skip("bigint", () => {
66
itSchema("converts between raw string and parsed bigint", bigint(), {
7-
// @ts-expect-error
87
raw: "123456789012345678901234567890123456789012345678901234567890",
98
parsed: BigInt("123456789012345678901234567890123456789012345678901234567890"),
109
});

0 commit comments

Comments
 (0)