Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon committed Dec 11, 2023
1 parent 42a79bc commit 262b6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"api:prices": "openapi-typescript https://prices.openfoodfacts.net/openapi.json --output schemas/prices.d.ts",
"api:folksonomy": "openapi-typescript https://api.folksonomy.openfoodfacts.org/openapi.json --output schemas/folksonomy.d.ts",
"fix": "standard --fix",
"test": "mocha --require ts-node/register test/**/*.ts",
"test": "mocha test/**/*.ts",
"build:docs": "typedoc main.ts",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
Expand Down

0 comments on commit 262b6fd

Please sign in to comment.