queueobj 14.1.2 → 14.1.4
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/README.md +20 -22
- package/package.json +1 -1
- package/test/package.js +1 -1
package/README.md
CHANGED
|
@@ -36,34 +36,32 @@ npm test
|
|
|
36
36
|
|
|
37
37
|
General Setup Test
|
|
38
38
|
---------
|
|
39
|
-
```
|
|
40
39
|
npm run test_files
|
|
41
|
-
npm run test_all
|
|
42
|
-
npm run test_top_one
|
|
43
|
-
npm run test_bottom_one
|
|
44
|
-
npm run test_func_all
|
|
45
|
-
npm run test_status_matching
|
|
46
|
-
npm run test_status_non_matching
|
|
47
|
-
npm run test_name_matching
|
|
48
|
-
npm run test_name_non_matching
|
|
49
|
-
npm run test_version_matching
|
|
50
|
-
npm run test_version_non_matching
|
|
51
|
-
npm run test_json_all
|
|
52
|
-
npm run test_json_top_one
|
|
53
|
-
npm run test_json_bottom_one
|
|
54
|
-
npm run test_json_func_all
|
|
55
|
-
npm run test_json_status_matching
|
|
56
|
-
npm run test_json_status_non_matching
|
|
57
|
-
npm run test_json_version_matching
|
|
58
|
-
npm run test_json_version_non_matching
|
|
59
|
-
npm run test_json_name_matching
|
|
60
|
-
npm run test_json_name_non_matching
|
|
40
|
+
npm run test_all
|
|
41
|
+
npm run test_top_one
|
|
42
|
+
npm run test_bottom_one
|
|
43
|
+
npm run test_func_all
|
|
44
|
+
npm run test_status_matching
|
|
45
|
+
npm run test_status_non_matching
|
|
46
|
+
npm run test_name_matching
|
|
47
|
+
npm run test_name_non_matching
|
|
48
|
+
npm run test_version_matching
|
|
49
|
+
npm run test_version_non_matching
|
|
50
|
+
npm run test_json_all
|
|
51
|
+
npm run test_json_top_one
|
|
52
|
+
npm run test_json_bottom_one
|
|
53
|
+
npm run test_json_func_all
|
|
54
|
+
npm run test_json_status_matching
|
|
55
|
+
npm run test_json_status_non_matching
|
|
56
|
+
npm run test_json_version_matching
|
|
57
|
+
npm run test_json_version_non_matching
|
|
58
|
+
npm run test_json_name_matching
|
|
59
|
+
npm run test_json_name_non_matching
|
|
61
60
|
|
|
62
61
|
```
|
|
63
62
|
|
|
64
63
|
Usage
|
|
65
64
|
---------
|
|
66
|
-
```
|
|
67
65
|
|
|
68
66
|
var queue = require("queueobj");
|
|
69
67
|
|
package/package.json
CHANGED