supertape 8.2.0 → 8.3.0
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/ChangeLog +8 -0
- package/lib/validator.js +1 -1
- package/package.json +1 -1
package/ChangeLog
CHANGED
package/lib/validator.js
CHANGED
|
@@ -8,7 +8,7 @@ const getMessage = ({message, at, validations}) => [message, at, validations];
|
|
|
8
8
|
|
|
9
9
|
const getMessagesList = (tests) => tests.map(getMessage);
|
|
10
10
|
const compareMessage = (a) => ([b]) => a === b;
|
|
11
|
-
const SCOPE_DEFINED =
|
|
11
|
+
const SCOPE_DEFINED = /^.*[\w-/\d\s]+:.*/;
|
|
12
12
|
const processedList = new Set();
|
|
13
13
|
|
|
14
14
|
const validations = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "supertape",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.3.0",
|
|
4
4
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
5
5
|
"description": "📼 Supertape simplest high speed test runner with superpowers",
|
|
6
6
|
"homepage": "http://github.com/coderaiser/supertape",
|