@rstest/core 0.9.4 → 0.9.6
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/LICENSE.md +54 -202
- package/dist/0~8843.js +32 -14
- package/dist/{0~lib.js → 0~@babel/code-frame.js} +2 -2
- package/dist/0~@clack/prompts.js +1044 -0
- package/dist/0~browserLoader.js +1 -1
- package/dist/0~browser~1.js +19 -19
- package/dist/0~checkThresholds.js +2 -2
- package/dist/0~chokidar.js +43 -42
- package/dist/0~console.js +1 -1
- package/dist/0~fake-timers.js +1586 -0
- package/dist/0~generate.js +5 -5
- package/dist/0~happyDom.js +1 -1
- package/dist/0~jsdom.js +1 -1
- package/dist/0~listTests.js +3 -3
- package/dist/0~loadModule.js +1 -1
- package/dist/0~magic-string.es.js +1 -181
- package/dist/0~restart.js +1 -1
- package/dist/0~runTests.js +11 -4
- package/dist/0~snapshot.js +2140 -0
- package/dist/0~snapshot.js.LICENSE.txt +7 -0
- package/dist/0~utils.js +1 -1
- package/dist/1255.js +11 -11
- package/dist/1949.js +2919 -9808
- package/dist/1949.js.LICENSE.txt +1 -49
- package/dist/3145.js +415 -40
- package/dist/4411.js +245 -60
- package/dist/6830.js +62 -10
- package/dist/6887.js +15 -0
- package/dist/7552.js +22 -4918
- package/dist/9743.js +1982 -0
- package/dist/9784.js +1343 -0
- package/dist/{7552.js.LICENSE.txt → 9784.js.LICENSE.txt} +19 -8
- package/dist/browser-runtime/2~fake-timers.js +1760 -0
- package/dist/browser-runtime/2~magic-string.es.js +3 -189
- package/dist/browser-runtime/2~snapshot.js +2138 -0
- package/dist/browser-runtime/2~snapshot.js.LICENSE.txt +7 -0
- package/dist/browser-runtime/723.js +1818 -10300
- package/dist/browser-runtime/723.js.LICENSE.txt +0 -17
- package/dist/browser-runtime/index.d.ts +205 -16
- package/dist/browser.d.ts +55 -10
- package/dist/browser.js +2 -2
- package/dist/globalSetupWorker.js +2 -2
- package/dist/index.d.ts +78 -16
- package/dist/index.js +1 -1
- package/dist/mockRuntimeCode.js +2 -0
- package/dist/worker.d.ts +47 -10
- package/dist/worker.js +12 -10
- package/package.json +27 -28
- package/dist/0~dist.js +0 -1014
- package/dist/4899.js +0 -11
- package/dist/browser-runtime/rslib-runtime.js +0 -56
- /package/dist/{rslib-runtime.js → 0~rslib-runtime.js} +0 -0
package/dist/1949.js.LICENSE.txt
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* @version 1.4.0
|
|
3
|
-
* @date 2015-10-26
|
|
4
|
-
* @stability 3 - Stable
|
|
5
|
-
* @author Lauri Rooden (https://github.com/litejs/natural-compare-lite)
|
|
6
|
-
* @license MIT License
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
1
|
/*!
|
|
10
2
|
* Chai - addChainingMethod utility
|
|
11
3
|
* Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
|
|
@@ -268,44 +260,4 @@ deep-eql/index.js:
|
|
|
268
260
|
* @param {Mixed} value
|
|
269
261
|
* @return {Boolean} result
|
|
270
262
|
*)
|
|
271
|
-
*/
|
|
272
|
-
|
|
273
|
-
/**
|
|
274
|
-
* @license React
|
|
275
|
-
* react-is.development.js
|
|
276
|
-
*
|
|
277
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
278
|
-
*
|
|
279
|
-
* This source code is licensed under the MIT license found in the
|
|
280
|
-
* LICENSE file in the root directory of this source tree.
|
|
281
|
-
*/
|
|
282
|
-
|
|
283
|
-
/**
|
|
284
|
-
* @license React
|
|
285
|
-
* react-is.development.js
|
|
286
|
-
*
|
|
287
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
288
|
-
*
|
|
289
|
-
* This source code is licensed under the MIT license found in the
|
|
290
|
-
* LICENSE file in the root directory of this source tree.
|
|
291
|
-
*/
|
|
292
|
-
|
|
293
|
-
/**
|
|
294
|
-
* @license React
|
|
295
|
-
* react-is.production.js
|
|
296
|
-
*
|
|
297
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
298
|
-
*
|
|
299
|
-
* This source code is licensed under the MIT license found in the
|
|
300
|
-
* LICENSE file in the root directory of this source tree.
|
|
301
|
-
*/
|
|
302
|
-
|
|
303
|
-
/**
|
|
304
|
-
* @license React
|
|
305
|
-
* react-is.production.min.js
|
|
306
|
-
*
|
|
307
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
308
|
-
*
|
|
309
|
-
* This source code is licensed under the MIT license found in the
|
|
310
|
-
* LICENSE file in the root directory of this source tree.
|
|
311
|
-
*/
|
|
263
|
+
*/
|