10
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2026-04-10 17:54:18 +00:00

Add tests

This commit is contained in:
Danny McCormick 2019-06-04 16:00:18 -04:00
parent eac926003b
commit 48c62836f2
8 changed files with 5250 additions and 54 deletions

3
.gitignore vendored
View file

@ -3,4 +3,5 @@
node_modules/.bin
node_modules/typescript
node_modules/@types
node_modules/prettier
node_modules/prettier
__tests__/runner/*