Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ozziest committed Dec 22, 2023
1 parent c9fae9e commit 5240a9d
Show file tree
Hide file tree
Showing 7 changed files with 134 additions and 100 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: npm run build
- run: npm run test

cjs:
consumer-tests:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
46 changes: 44 additions & 2 deletions tests/consumers/cjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/consumers/cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"main": "common.js",
"type": "commonjs",
"dependencies": {
"axe-api-validator": "file:../../"
"axe-api-validator": "file:../../../"
}
}
133 changes: 42 additions & 91 deletions tests/consumers/esm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions tests/consumers/esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"main": "common.js",
"type": "module",
"dependencies": {
"axe-api-validator": "file:../../",
"axios": "^1.6.2"
"axe-api-validator": "file:../../../"
}
}
46 changes: 44 additions & 2 deletions tests/consumers/ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/consumers/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "tsc"
},
"dependencies": {
"axe-api-validator": "file:../../"
"axe-api-validator": "file:../../../"
},
"devDependencies": {
"typescript": "^5.3.3"
Expand Down

0 comments on commit 5240a9d

Please sign in to comment.