We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 372686d commit bcb5446Copy full SHA for bcb5446
.vitepress/constants/mocha_versions.js
@@ -1,9 +1,9 @@
1
const mochaVersions = Object.freeze({
2
- "app-latest-tag": "v3.3.1",
+ "app-latest-tag": "v3.3.1-mocha",
3
"app-latest-sha": "addcd77c01fa6b58c59e05439592169d2e54555c",
4
"core-latest-tag": "v1.49.0-tm-v0.34.35",
5
"core-latest-sha": "511badf2d82480b5297a49469583fe176610941a",
6
- "node-latest-tag": "v0.21.5",
7
- "node-latest-sha": "d57107415355ef6fee3fc01ba12cd3e48d7a310c",
+ "node-latest-tag": "v0.21.5-mocha",
+ "node-latest-sha": "4bdd1db6cc26b3b8022c199ba8e39f6483cba8e9",
8
});
9
export default mochaVersions;
0 commit comments