Skip to content

Commit

Permalink
test: mocha config
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Mar 29, 2024
1 parent ccd86e8 commit fd4bfbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions packages/hydra-web-access-control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@
},
"homepage": "https://github.com/hypermedia-app/web-access-control#hydra-web-access-control",
"mocha": {
"extensions": [
"ts"
],
"extension": ["ts"],
"recursive": true,
"loader": "ts-node/esm",
"require": [
Expand Down
4 changes: 1 addition & 3 deletions packages/rdf-web-access-control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@
},
"homepage": "https://github.com/hypermedia-app/web-access-control#rdf-web-access-control",
"mocha": {
"extensions": [
"ts"
],
"extension": ["ts"],
"recursive": true,
"loader": "ts-node/esm",
"require": [
Expand Down

0 comments on commit fd4bfbd

Please sign in to comment.