@rstest/core 0.7.8 → 0.7.9

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.
Files changed (56) hide show
  1. package/LICENSE.md +294 -0
  2. package/dist/0~130.js +2 -2
  3. package/dist/0~1472.js +48 -0
  4. package/dist/0~1981.js +3 -0
  5. package/dist/0~2173.js +25 -10
  6. package/dist/0~2255.js +2 -2
  7. package/dist/0~3062.js +0 -5
  8. package/dist/0~3919.js +1 -1
  9. package/dist/0~4403.js +6 -5
  10. package/dist/0~4809.js +1 -1
  11. package/dist/0~5835.js +2 -2
  12. package/dist/0~62.js +1 -1
  13. package/dist/0~6588.js +3 -3
  14. package/dist/0~6923.js +2 -2
  15. package/dist/0~7583.js +9 -8
  16. package/dist/0~7882.js +1144 -0
  17. package/dist/0~8426.js +1 -2
  18. package/dist/0~89.js +24 -21
  19. package/dist/0~9348.js +953 -0
  20. package/dist/0~9634.js +58 -10
  21. package/dist/1157.js +12 -117
  22. package/dist/{7913.js → 1294.js} +51 -1745
  23. package/dist/2672.js +647 -0
  24. package/dist/3278.js +3 -450
  25. package/dist/4484.js +38 -0
  26. package/dist/487.js +1739 -0
  27. package/dist/4899.js +11 -0
  28. package/dist/5734.js +1 -1
  29. package/dist/{0~6151.js → 6151.js} +169 -13
  30. package/dist/{0~6973.js → 6973.js} +5 -5
  31. package/dist/721.js +9 -0
  32. package/dist/9131.js +554 -502
  33. package/dist/browser-runtime/2~907.js +1211 -0
  34. package/dist/browser-runtime/2~907.js.map +1 -0
  35. package/dist/browser-runtime/389.js +22071 -0
  36. package/dist/browser-runtime/389.js.LICENSE.txt +329 -0
  37. package/dist/browser-runtime/389.js.map +1 -0
  38. package/dist/browser-runtime/index.d.ts +2806 -0
  39. package/dist/browser-runtime/index.js +1 -0
  40. package/dist/browser-runtime/rslib-runtime.js +50 -0
  41. package/dist/browser-runtime/rslib-runtime.js.map +1 -0
  42. package/dist/browser.d.ts +3329 -0
  43. package/dist/browser.js +14 -0
  44. package/dist/globalSetupWorker.js +3 -2
  45. package/dist/index.d.ts +58 -1
  46. package/dist/index.js +2 -1
  47. package/dist/rslib-runtime.js +27 -0
  48. package/dist/rstestSuppressWarnings.cjs +9 -0
  49. package/dist/worker.d.ts +57 -1
  50. package/dist/worker.js +415 -1
  51. package/package.json +28 -13
  52. package/dist/0~8957.js +0 -149
  53. package/dist/554.js +0 -417
  54. package/dist/5693.js +0 -91
  55. /package/dist/{7913.js.LICENSE.txt → 1294.js.LICENSE.txt} +0 -0
  56. /package/dist/{0~6151.js.LICENSE.txt → 6151.js.LICENSE.txt} +0 -0
@@ -0,0 +1 @@
1
+ export { afterAll, afterEach, assert, beforeAll, beforeEach, createRstestRuntime, describe, expect, globalApis, it, onTestFailed, onTestFinished, rs, rstest, setRealTimers, test } from "./389.js";
@@ -0,0 +1,50 @@
1
+ var __webpack_modules__ = {};
2
+ var __webpack_module_cache__ = {};
3
+ function __webpack_require__(moduleId) {
4
+ var cachedModule = __webpack_module_cache__[moduleId];
5
+ if (void 0 !== cachedModule) return cachedModule.exports;
6
+ var module = __webpack_module_cache__[moduleId] = {
7
+ id: moduleId,
8
+ loaded: false,
9
+ exports: {}
10
+ };
11
+ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
12
+ module.loaded = true;
13
+ return module.exports;
14
+ }
15
+ __webpack_require__.m = __webpack_modules__;
16
+ (()=>{
17
+ __webpack_require__.add = function registerModules(modules) {
18
+ Object.assign(__webpack_require__.m, modules);
19
+ };
20
+ })();
21
+ (()=>{
22
+ __webpack_require__.g = (()=>{
23
+ if ('object' == typeof globalThis) return globalThis;
24
+ try {
25
+ return this || new Function('return this')();
26
+ } catch (e) {
27
+ if ('object' == typeof window) return window;
28
+ }
29
+ })();
30
+ })();
31
+ (()=>{
32
+ __webpack_require__.r = (exports)=>{
33
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports, Symbol.toStringTag, {
34
+ value: 'Module'
35
+ });
36
+ Object.defineProperty(exports, '__esModule', {
37
+ value: true
38
+ });
39
+ };
40
+ })();
41
+ (()=>{
42
+ __webpack_require__.nmd = (module)=>{
43
+ module.paths = [];
44
+ if (!module.children) module.children = [];
45
+ return module;
46
+ };
47
+ })();
48
+ export { __webpack_require__ };
49
+
50
+ //# sourceMappingURL=rslib-runtime.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rslib-runtime.js","sources":["../../esm library register module runtime","webpack/runtime/global","webpack/runtime/make_namespace_object","webpack/runtime/node_module_decorator"],"sourcesContent":["__webpack_require__.add = function registerModules(modules) { Object.assign(__webpack_require__.m, modules) }\n","__webpack_require__.g = (() => {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nmd = (module) => {\n module.paths = [];\n if (!module.children) module.children = [];\n return module;\n};"],"names":["__webpack_require__","registerModules","modules","Object","globalThis","Function","e","window","exports","Symbol","module"],"mappings":";;;;;;;;;;;;;;;;IAAAA,oBAAoB,GAAG,GAAG,SAASC,gBAAgBC,OAAO;QAAIC,OAAO,MAAM,CAACH,oBAAoB,CAAC,EAAEE;IAAS;;;ICA5GF,oBAAoB,CAAC,GAAG,AAAC;QACxB,IAAI,AAAsB,YAAtB,OAAOI,YAAyB,OAAOA;QAC3C,IAAI;YACH,OAAO,IAAI,IAAI,IAAIC,SAAS;QAC7B,EAAE,OAAOC,GAAG;YACX,IAAI,AAAkB,YAAlB,OAAOC,QAAqB,OAAOA;QACxC;IACD;;;ICNAP,oBAAoB,CAAC,GAAG,CAACQ;QACxB,IAAG,AAAkB,MAAlB,OAAOC,UAA0BA,OAAO,WAAW,EACrDN,OAAO,cAAc,CAACK,SAASC,OAAO,WAAW,EAAE;YAAE,OAAO;QAAS;QAEtEN,OAAO,cAAc,CAACK,SAAS,cAAc;YAAE,OAAO;QAAK;IAC5D;;;ICNAR,oBAAoB,GAAG,GAAG,CAACU;QACzBA,OAAO,KAAK,GAAG,EAAE;QACjB,IAAI,CAACA,OAAO,QAAQ,EAAEA,OAAO,QAAQ,GAAG,EAAE;QAC1C,OAAOA;IACT"}