Skip to content

Commit

Permalink
tests,ci: replace yarn ci with npm ci, use typescript to run tests (#…
Browse files Browse the repository at this point in the history
…1875)

* deps: install dev-deps for ts, tests and friends

* tests: replace test.js with test.ts and fp

* change compat tests

* ci: replace tests to use npm as per usual
  • Loading branch information
waynevanson authored Aug 7, 2020
1 parent 88838bf commit 51e73bc
Show file tree
Hide file tree
Showing 9 changed files with 1,286 additions and 114 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:

- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-
- v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-

- run: npm install

Expand Down
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"tabWidth": 2,
"useTabs": false
}
Loading

0 comments on commit 51e73bc

Please sign in to comment.