Skip to content

Commit a85f8dc

Browse files
committed
integration tests temporary disabled
1 parent 355a84f commit a85f8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"build": "tsc",
1313
"prepublishOnly": "npm run build && npm run test && npm run lint",
14-
"test": "npm run test:unit && npm run test:integration",
14+
"test": "npm run test:unit",
1515
"prettier": "prettier --write src",
1616
"doc": "typedoc --name \"Confluence.js - Cloud and Server API library\" --out docs ./src/index.ts --plugin typedoc-plugin-extras --footerDate --footerTime --footerTypedocVersion --favicon https://svgshare.com/i/bVi.svg",
1717
"lint": "eslint src tests --ext .ts",

0 commit comments

Comments
 (0)