Skip to content

Commit

Permalink
USe node:test
Browse files Browse the repository at this point in the history
Closes GH-2320.

Reviewed-by: Titus Wormer <tituswormer@gmail.com>
Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com>
  • Loading branch information
remcohaszing authored Jul 12, 2023
1 parent 5c00c63 commit ee176d7
Show file tree
Hide file tree
Showing 24 changed files with 389 additions and 451 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"eslint-plugin-react-hooks": "^4.0.0",
"eslint-plugin-security": "^1.0.0",
"estree-util-value-to-estree": "^2.0.0",
"estree-util-visit": "^1.0.0",
"globby": "^13.0.0",
"hast-to-hyperscript": "^10.0.0",
"hast-util-select": "^5.0.0",
Expand Down Expand Up @@ -104,10 +105,8 @@
"typescript": "^5.0.0",
"unified": "^10.0.0",
"unist-builder": "^3.0.0",
"unist-util-visit": "^4.0.0",
"estree-util-visit": "^1.2.1",
"unist-util-remove-position": "^4.0.2",
"uvu": "^0.5.0",
"unist-util-visit": "^4.0.0",
"vfile": "^5.0.0",
"vfile-message": "^3.0.0",
"vfile-reporter": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"scripts": {
"prepack": "npm run build",
"build": "tsc --build --clean && tsc --build && type-coverage",
"test-api": "uvu test \"\\.js$\"",
"test-api": "node test/index.js",
"test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
"test": "npm run build && npm run test-coverage"
},
Expand Down
Loading

1 comment on commit ee176d7

@vercel
Copy link

@vercel vercel bot commented on ee176d7 Jul 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mdx – ./

mdx-mdx.vercel.app
mdx-git-main-mdx.vercel.app
v2.mdxjs.com
mdxjs.com

Please sign in to comment.