Skip to content

Commit

Permalink
Tests docs
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Sep 29, 2020
1 parent fec2197 commit 9b0e4ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ jobs:
- name: "CommonJS Test"
run: |
cd cjs
cd test/cjs
npm run test
cd ..
- name: "ES Modules Test"
run: |
cd esm
cd test/esm
npm run test
cd ..
4 changes: 4 additions & 0 deletions test/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### Tests

Each folder has a `test` script which imports `tslib` via node_modules.
In order to run these tests, you first need to run `npm install` in this folder.

0 comments on commit 9b0e4ce

Please sign in to comment.