Skip to content

Commit 2705246

Browse files
authored
Merge branch 'google:main' into main
2 parents aa5d31c + 4de0a0e commit 2705246

18 files changed

+503
-219
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ jobs:
1919
node-version: ${{ matrix.node-version }}
2020
- run: npm i
2121
- run: npm test
22+
timeout-minutes: 1
23+
env:
24+
FORCE_COLOR: 3

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/node_modules/
22
package-lock.json
33
yarn.lock
4+
coverage

0 commit comments

Comments
 (0)