Skip to content

Commit

Permalink
Include missing dependencies for testing-unit-ts (pulumi#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Zen committed Aug 12, 2021
1 parent 830494c commit 6a736d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,7 @@ jobs:
- uses: actions/checkout@v2
- run: |-
npm install
npm install --global mocha
npm install --global ts-node
mocha -r ts-node/register ec2tests.ts
$(npm bin)/mocha -r ts-node/register ec2tests.ts
working-directory: ${{ matrix.source-dir }}
strategy:
fail-fast: false
Expand Down
11 changes: 5 additions & 6 deletions testing-unit-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "test-unit-ts",
"devDependencies": {
"ts-node": "^9.1.1"
"mocha": "^9.0.0",
"ts-node": "^9.1.1",
"typescript": "^4.0.0"
},
"dependencies": {
"@pulumi/aws": "^4.0.0",
"@pulumi/awsx": "^0.30.0",
"@pulumi/eks": "^0.30.0",
"@pulumi/pulumi": "^3.0.0",
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.8",
"mocha": "^7.2.0"
"@types/mocha": "^9.0.0",
"@types/node": "^13.1.8"
}
}

0 comments on commit 6a736d1

Please sign in to comment.