Skip to content

Commit 51e73bc

Browse files
authored
tests,ci: replace yarn ci with npm ci, use typescript to run tests (#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
1 parent 88838bf commit 51e73bc

File tree

9 files changed

+1286
-114
lines changed

9 files changed

+1286
-114
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88

99
- restore_cache:
1010
keys:
11-
- v1-dependencies-{{ checksum "package.json" }}
12-
- v1-dependencies-
11+
- v1-dependencies-{{ checksum "package.json" }}
12+
- v1-dependencies-
1313

1414
- run: npm install
1515

.prettierrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"tabWidth": 2,
3+
"useTabs": false
4+
}

0 commit comments

Comments
 (0)