@isentinel/jest-roblox 0.2.6 → 0.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.mjs
CHANGED
|
@@ -23,7 +23,7 @@ import istanbulCoverage from "istanbul-lib-coverage";
|
|
|
23
23
|
import istanbulReport from "istanbul-lib-report";
|
|
24
24
|
import istanbulReports from "istanbul-reports";
|
|
25
25
|
//#region package.json
|
|
26
|
-
var version = "0.2.
|
|
26
|
+
var version = "0.2.7";
|
|
27
27
|
//#endregion
|
|
28
28
|
//#region src/backends/auto.ts
|
|
29
29
|
var StudioWithFallback = class {
|
package/dist/sea/jest-roblox
CHANGED
|
Binary file
|
package/dist/sea-entry.cjs
CHANGED
|
@@ -7618,7 +7618,7 @@ function C$3({ force: e } = {}) {
|
|
|
7618
7618
|
var y$2 = C$3();
|
|
7619
7619
|
//#endregion
|
|
7620
7620
|
//#region package.json
|
|
7621
|
-
var version = "0.2.
|
|
7621
|
+
var version = "0.2.7";
|
|
7622
7622
|
//#endregion
|
|
7623
7623
|
//#region node_modules/.pnpm/ws@8.20.0/node_modules/ws/lib/constants.js
|
|
7624
7624
|
var require_constants$2 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@isentinel/jest-roblox",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"description": "Jest-compatible CLI for running roblox-ts tests via Roblox Open Cloud",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jest",
|
|
@@ -87,8 +87,8 @@
|
|
|
87
87
|
"typescript": "5.9.3",
|
|
88
88
|
"vitest": "4.1.2",
|
|
89
89
|
"@isentinel/luau-ast": "0.1.0",
|
|
90
|
-
"@isentinel/
|
|
91
|
-
"@isentinel/
|
|
90
|
+
"@isentinel/rojo-utils": "0.1.0",
|
|
91
|
+
"@isentinel/roblox-runner": "0.1.0"
|
|
92
92
|
},
|
|
93
93
|
"engines": {
|
|
94
94
|
"node": ">=24.10.0"
|
|
Binary file
|