Skip to content

Commit 764ac2f

Browse files
fern-api[bot]Swimburgerjsklan
authored
🌿 Fern Regeneration -- October 17, 2025 (#212)
* SDK regeneration * Fix .fernignore'd files * Extend integration test timeouts --------- Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Niels Swimberghe <[email protected]> Co-authored-by: jsklan <[email protected]>
1 parent c0e92fc commit 764ac2f

File tree

3,693 files changed

+172438
-28626
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,693 files changed

+172438
-28626
lines changed

.fernignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ src/index.ts
99
src/errors/SquareError.ts
1010
src/core/index.ts
1111
src/core/crypto
12-
src/core/json.ts
1312
tests/unit/error.test.ts
1413
tests/unit/fetcher/stream-wrappers/webpack.test.ts
1514
tests/integration

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/setup-node@v3
2828

2929
- name: Compile
30-
run: yarn && yarn test
30+
run: yarn && yarn test:unit
3131

3232
publish:
3333
needs: [ compile ]

0 commit comments

Comments
 (0)