Skip to content

Commit 6ccc2e8

Browse files
author
Andrei Bratu
committed
Remove old tests + babel config for p-map
1 parent d157f97 commit 6ccc2e8

File tree

12 files changed

+13485
-1960
lines changed

12 files changed

+13485
-1960
lines changed

.fernignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44

55
src/otel
66
src/eval_utils
7-
src/utilities
7+
src/decorators
88
src/index.ts
99
src/humanloop.client.ts
10+
src/overload.ts
11+
src/error.ts
12+
1013

1114
# Tests
1215

@@ -19,8 +22,6 @@ tests
1922
# Config files
2023

2124
.prettierrc.yml
22-
babel.config.js
23-
jest.config.js
2425
.prettierignore
2526
.gitignore
2627

babel.config.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

jest.config.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

package-lock.json

Lines changed: 12539 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/utilities/flow.ts

Lines changed: 0 additions & 151 deletions
This file was deleted.

src/utilities/tool.ts

Lines changed: 0 additions & 132 deletions
This file was deleted.

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

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

55
describe("bigint", () => {
66
itSchema("converts between raw string and parsed bigint", bigint(), {
7+
// @ts-ignore
78
raw: "123456789012345678901234567890123456789012345678901234567890",
89
parsed: BigInt("123456789012345678901234567890123456789012345678901234567890"),
910
});

0 commit comments

Comments
 (0)