Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 1170a1f

Browse files
author
Matt Goo
committed
fix(infrastructure): unit test code coverage for typescript (#487)
1 parent e003fea commit 1170a1f

File tree

8 files changed

+583
-60
lines changed

8 files changed

+583
-60
lines changed

.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"plugins": [
77
"transform-class-properties",
88
"transform-object-rest-spread"
9-
],
9+
]
1010
}

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ branches:
1010
- master
1111
- feat/two-typescript
1212
- rc0.8.0
13-
- feat/typescript
1413

1514
matrix:
1615
include:

0 commit comments

Comments
 (0)