test(plugin-stripe): stub tests

This commit is contained in:
Elliot DeNolf
2023-10-23 00:11:19 -04:00
parent e6b2d3d1fc
commit ae5b397bc8

View File

@@ -10,7 +10,7 @@
"build": "pnpm build:swc && pnpm build:types",
"build:swc": "swc ./src -d ./dist --config-file .swcrc",
"build:types": "tsc --emitDeclarationOnly --outDir dist",
"test": "echo \"Error: no test specified\" && exit 1",
"test": "echo 'No tests available.'",
"clean": "rimraf dist",
"prepublishOnly": "yarn clean && yarn build"
},