Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
chore: add ts-node and globby to fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 30, 2018
1 parent e86e23a commit 3d7bf8d
Show file tree
Hide file tree
Showing 3 changed files with 828 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- v1-yarn-{{checksum ".circleci/config.yml"}}
- run: .circleci/greenkeeper
- run: yarn add -D nyc@11 @oclif/nyc-config@0
- run: cd test/fixtures/typescript && yarn
- run: |
$NYC yarn test
$NYC report --reporter text-lcov > coverage.lcov
Expand Down
8 changes: 7 additions & 1 deletion test/fixtures/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
"commands": "./lib/commands",
"hooks": {
"init": "./lib/hooks/init",
"prerun": ["./lib/hooks/prerun"]
"prerun": [
"./lib/hooks/prerun"
]
}
},
"devDependencies": {
"globby": "^8.0.1",
"ts-node": "^6.0.2"
}
}
Loading

0 comments on commit 3d7bf8d

Please sign in to comment.