Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
Modularize the all.libcore.tests (#1834)
Browse files Browse the repository at this point in the history
  • Loading branch information
gre authored Mar 25, 2022
1 parent 640f015 commit c0fab4e
Show file tree
Hide file tree
Showing 21 changed files with 20,537 additions and 14,367 deletions.
3 changes: 1 addition & 2 deletions docs/ci-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ The folder will have this kind of structure:
├── transaction.ts # transaction specific fields
├── types.ts # family specific types
# for tests
├── test-dataset.ts
└── test-specifics.ts
└── test-dataset.ts
```

most of these file are optional and you will typically see when a file implementation is missing when testing.
Expand Down
1 change: 0 additions & 1 deletion scripts/sync-families-dispatch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ specs.ts \
speculos-deviceActions.ts \
deviceTransactionConfig.ts \
test-dataset.ts \
test-specifics.ts \
mock.ts \
account.ts \
exchange.ts \
Expand Down
44 changes: 0 additions & 44 deletions src/__tests__/all.libcore.ts

This file was deleted.

Loading

0 comments on commit c0fab4e

Please sign in to comment.