@sprucelabs/spruce-location-utils 5.0.64 → 5.0.66
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.
|
@@ -10,7 +10,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
10
10
|
import { vcAssertUtil, } from '@sprucelabs/heartwood-view-controllers';
|
|
11
11
|
import { assertOptions } from '@sprucelabs/schema';
|
|
12
12
|
import { TestRouter, } from '@sprucelabs/spruce-test-fixtures';
|
|
13
|
-
import { assert } from '@sprucelabs/test';
|
|
13
|
+
import { assert } from '@sprucelabs/test-utils';
|
|
14
14
|
const organizationAssert = {
|
|
15
15
|
/**
|
|
16
16
|
*
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const heartwood_view_controllers_1 = require("@sprucelabs/heartwood-view-controllers");
|
|
4
4
|
const schema_1 = require("@sprucelabs/schema");
|
|
5
5
|
const spruce_test_fixtures_1 = require("@sprucelabs/spruce-test-fixtures");
|
|
6
|
-
const
|
|
6
|
+
const test_utils_1 = require("@sprucelabs/test-utils");
|
|
7
7
|
const organizationAssert = {
|
|
8
8
|
/**
|
|
9
9
|
*
|
|
@@ -53,7 +53,7 @@ const organizationAssert = {
|
|
|
53
53
|
spruce_test_fixtures_1.TestRouter.setShouldThrowWhenRedirectingToBadSvc(false);
|
|
54
54
|
await views.load(vc);
|
|
55
55
|
spruce_test_fixtures_1.TestRouter.setShouldThrowWhenRedirectingToBadSvc(true);
|
|
56
|
-
|
|
56
|
+
test_utils_1.assert.isFalse(wasHit, `I was redirected and didn't expect to be.`);
|
|
57
57
|
},
|
|
58
58
|
};
|
|
59
59
|
exports.default = organizationAssert;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sprucelabs/spruce-location-utils",
|
|
3
3
|
"description": "Location Utilities",
|
|
4
|
-
"version": "5.0.
|
|
4
|
+
"version": "5.0.66",
|
|
5
5
|
"skill": {
|
|
6
6
|
"namespace": "locations"
|
|
7
7
|
},
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@sprucelabs/heartwood-view-controllers": "latest",
|
|
40
40
|
"@sprucelabs/spruce-event-utils": "latest",
|
|
41
41
|
"@sprucelabs/spruce-test-fixtures": "latest",
|
|
42
|
-
"@sprucelabs/test": "latest"
|
|
42
|
+
"@sprucelabs/test-utils": "latest"
|
|
43
43
|
},
|
|
44
44
|
"engines": {
|
|
45
45
|
"node": "16.x",
|