Skip to content

Commit fcfc83d

Browse files
committed
run tests with [email protected] and use texample to test readme
1 parent 754125d commit fcfc83d

File tree

2 files changed

+7
-182
lines changed

2 files changed

+7
-182
lines changed

package.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onify/flow-extensions",
3-
"version": "8.0.2",
3+
"version": "8.0.3",
44
"description": "Onify Flow extensions",
55
"type": "module",
66
"module": "src/index.js",
@@ -25,7 +25,7 @@
2525
"lint": "eslint . --cache && prettier . --check --cache",
2626
"prepare": "npm run dist",
2727
"dist": "babel src -d dist && babel test/helpers/FlowScripts.js -d dist",
28-
"test:md": "node --experimental-vm-modules --no-warnings scripts/test-markdown.js ./README.md",
28+
"test:md": "texample ./README.md",
2929
"test:lcov": "c8 -r lcov mocha && npm run lint",
3030
"cov:html": "c8 mocha -R dot && c8 report --reporter html"
3131
},
@@ -52,23 +52,24 @@
5252
"@babel/preset-env": "^7.23.9",
5353
"@babel/register": "^7.23.7",
5454
"bpmn-elements-8-1": "npm:[email protected]",
55-
"bpmn-engine": "^20.0.1",
55+
"bpmn-engine": "^21.1.0",
5656
"bpmn-engine-14": "npm:bpmn-engine@14",
5757
"bpmn-moddle": "^9.0.1",
5858
"c8": "^9.1.0",
5959
"camunda-bpmn-moddle": "^7.0.1",
6060
"chai": "^5.0.3",
6161
"chronokinesis": "^6.0.0",
6262
"debug": "^4.3.4",
63-
"eslint": "^9.0.0",
63+
"eslint": "^9.3.0",
6464
"mocha": "^10.2.0",
6565
"mocha-cakes-2": "^3.3.0",
6666
"moddle-context-serializer": "^4.1.1",
6767
"nock": "^13.5.4",
68-
"prettier": "^3.2.4"
68+
"prettier": "^3.2.4",
69+
"texample": "^0.0.5"
6970
},
7071
"peerDependencies": {
71-
"bpmn-elements": "^14.0.0"
72+
"bpmn-elements": "^14.1.0"
7273
},
7374
"dependencies": {
7475
"@0dep/piso": "^0.1.3",

scripts/test-markdown.js

-176
This file was deleted.

0 commit comments

Comments
 (0)