@isentinel/jest-roblox 0.2.5 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isentinel/jest-roblox",
3
- "version": "0.2.5",
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",
@@ -74,7 +74,7 @@
74
74
  "@vitest/coverage-v8": "4.1.2",
75
75
  "@vitest/eslint-plugin": "1.6.14",
76
76
  "better-typescript-lib": "2.12.0",
77
- "bumpp": "10.4.1",
77
+ "bumpp": "11.0.1",
78
78
  "eslint": "9.39.4",
79
79
  "eslint-plugin-jest-extended": "3.0.1",
80
80
  "eslint-plugin-n": "17.24.0",
@@ -86,9 +86,9 @@
86
86
  "type-fest": "5.5.0",
87
87
  "typescript": "5.9.3",
88
88
  "vitest": "4.1.2",
89
- "@isentinel/roblox-runner": "0.1.0",
89
+ "@isentinel/luau-ast": "0.1.0",
90
90
  "@isentinel/rojo-utils": "0.1.0",
91
- "@isentinel/luau-ast": "0.1.0"
91
+ "@isentinel/roblox-runner": "0.1.0"
92
92
  },
93
93
  "engines": {
94
94
  "node": ">=24.10.0"
Binary file
@@ -31,7 +31,6 @@ if testArgs == nil then
31
31
  end
32
32
 
33
33
  if testArgs == nil then
34
- endWithError("StudioTestService:GetTestArgs() returned nil after 50 polls (5s)")
35
34
  return
36
35
  end
37
36