@sprucelabs/spruce-test-fixtures 62.2.24 → 62.2.26
Sign up to get free protection for your applications and to get access to all the features.
- package/build/esm/index.d.ts +1 -1
- package/build/esm/index.js +1 -1
- package/build/esm/tests/fixtures/ViewFixture.d.ts +1 -1
- package/build/esm/tests/routers/TestRouter.d.ts +1 -1
- package/build/esm/tests/routers/TestRouter.js +1 -1
- package/build/index.d.ts +1 -1
- package/build/index.js +1 -1
- package/build/tests/fixtures/ViewFixture.d.ts +1 -1
- package/build/tests/routers/TestRouter.d.ts +1 -1
- package/build/tests/routers/TestRouter.js +1 -1
- package/package.json +19 -19
- package/build/__tests__/behavioral/DecoratoringEmitToPassThroughProxy.test.d.ts +0 -15
- package/build/__tests__/behavioral/DecoratoringEmitToPassThroughProxy.test.js +0 -112
- package/build/__tests__/behavioral/DelaysConnectWhenOnlyUsingLoginDecorator.test.d.ts +0 -4
- package/build/__tests__/behavioral/DelaysConnectWhenOnlyUsingLoginDecorator.test.js +0 -34
- package/build/__tests__/behavioral/DisablingSchemaValidationOnTest.test.d.ts +0 -5
- package/build/__tests__/behavioral/DisablingSchemaValidationOnTest.test.js +0 -26
- package/build/__tests__/behavioral/DoesntResetAccountIfOnlySeedingLocally.test.d.ts +0 -8
- package/build/__tests__/behavioral/DoesntResetAccountIfOnlySeedingLocally.test.js +0 -69
- package/build/__tests__/behavioral/FakingEventResponses.test.d.ts +0 -12
- package/build/__tests__/behavioral/FakingEventResponses.test.js +0 -126
- package/build/__tests__/behavioral/FixtureFactory.test.d.ts +0 -7
- package/build/__tests__/behavioral/FixtureFactory.test.js +0 -79
- package/build/__tests__/behavioral/LocationFixture.test.d.ts +0 -17
- package/build/__tests__/behavioral/LocationFixture.test.js +0 -144
- package/build/__tests__/behavioral/LoginDecoratorHandlingProxiesForMe.test.d.ts +0 -12
- package/build/__tests__/behavioral/LoginDecoratorHandlingProxiesForMe.test.js +0 -95
- package/build/__tests__/behavioral/MakingSureLocalEventsAreHandledLocally.test.d.ts +0 -4
- package/build/__tests__/behavioral/MakingSureLocalEventsAreHandledLocally.test.js +0 -35
- package/build/__tests__/behavioral/MercuryFixture.test.d.ts +0 -20
- package/build/__tests__/behavioral/MercuryFixture.test.js +0 -187
- package/build/__tests__/behavioral/OrganizationFixture.test.d.ts +0 -31
- package/build/__tests__/behavioral/OrganizationFixture.test.js +0 -333
- package/build/__tests__/behavioral/PatchingConsoleErrorToErrorStream.test.d.ts +0 -4
- package/build/__tests__/behavioral/PatchingConsoleErrorToErrorStream.test.js +0 -21
- package/build/__tests__/behavioral/PersonFixture.test.d.ts +0 -22
- package/build/__tests__/behavioral/PersonFixture.test.js +0 -225
- package/build/__tests__/behavioral/PhoneNumberIncrementor.test.d.ts +0 -11
- package/build/__tests__/behavioral/PhoneNumberIncrementor.test.js +0 -95
- package/build/__tests__/behavioral/ResettingAccountLocationsInBeforeAll.test.d.ts +0 -8
- package/build/__tests__/behavioral/ResettingAccountLocationsInBeforeAll.test.js +0 -67
- package/build/__tests__/behavioral/ResettingAccountOrgsInAfterAll.test.d.ts +0 -5
- package/build/__tests__/behavioral/ResettingAccountOrgsInAfterAll.test.js +0 -44
- package/build/__tests__/behavioral/ResettingAccountOrgsInBeforeAll.test.d.ts +0 -8
- package/build/__tests__/behavioral/ResettingAccountOrgsInBeforeAll.test.js +0 -55
- package/build/__tests__/behavioral/ResettingFixtureFieldsBeforeEach.test.d.ts +0 -10
- package/build/__tests__/behavioral/ResettingFixtureFieldsBeforeEach.test.js +0 -137
- package/build/__tests__/behavioral/ResettingLocalEventListeningBeforeSeeding.test.d.ts +0 -7
- package/build/__tests__/behavioral/ResettingLocalEventListeningBeforeSeeding.test.js +0 -54
- package/build/__tests__/behavioral/RetainsContractWhenLoggingInUsingDecotorator.test.d.ts +0 -6
- package/build/__tests__/behavioral/RetainsContractWhenLoggingInUsingDecotorator.test.js +0 -40
- package/build/__tests__/behavioral/RoleFixture.test.d.ts +0 -15
- package/build/__tests__/behavioral/RoleFixture.test.js +0 -118
- package/build/__tests__/behavioral/SkillFixture.test.d.ts +0 -13
- package/build/__tests__/behavioral/SkillFixture.test.js +0 -118
- package/build/__tests__/behavioral/databases/CanUseStoresSetupInBeforeEach.test.d.ts +0 -7
- package/build/__tests__/behavioral/databases/CanUseStoresSetupInBeforeEach.test.js +0 -41
- package/build/__tests__/behavioral/databases/DatabaseFixture.test.d.ts +0 -7
- package/build/__tests__/behavioral/databases/DatabaseFixture.test.js +0 -59
- package/build/__tests__/behavioral/databases/DbResetsAsExpected.test.d.ts +0 -5
- package/build/__tests__/behavioral/databases/DbResetsAsExpected.test.js +0 -34
- package/build/__tests__/behavioral/databases/DummyStore.d.ts +0 -55
- package/build/__tests__/behavioral/databases/DummyStore.js +0 -36
- package/build/__tests__/behavioral/databases/StoreFixture.test.d.ts +0 -23
- package/build/__tests__/behavioral/databases/StoreFixture.test.js +0 -156
- package/build/__tests__/behavioral/faking/AuthenticatingAsAPerson.test.d.ts +0 -9
- package/build/__tests__/behavioral/faking/AuthenticatingAsAPerson.test.js +0 -73
- package/build/__tests__/behavioral/faking/FakeDecorator.test.d.ts +0 -45
- package/build/__tests__/behavioral/faking/FakeDecorator.test.js +0 -421
- package/build/__tests__/behavioral/faking/FakeDecoratorSetsPerson.test.d.ts +0 -4
- package/build/__tests__/behavioral/faking/FakeDecoratorSetsPerson.test.js +0 -23
- package/build/__tests__/behavioral/faking/FakeDecoratorWhoAmI.test.d.ts +0 -4
- package/build/__tests__/behavioral/faking/FakeDecoratorWhoAmI.test.js +0 -27
- package/build/__tests__/behavioral/faking/FakeThemeManager.test.d.ts +0 -8
- package/build/__tests__/behavioral/faking/FakeThemeManager.test.js +0 -93
- package/build/__tests__/behavioral/faking/FakingAddingPeopleToALocation.test.d.ts +0 -8
- package/build/__tests__/behavioral/faking/FakingAddingPeopleToALocation.test.js +0 -56
- package/build/__tests__/behavioral/faking/FakingAddingPeopleToAnOrg.test.d.ts +0 -14
- package/build/__tests__/behavioral/faking/FakingAddingPeopleToAnOrg.test.js +0 -141
- package/build/__tests__/behavioral/faking/FakingAuthenticator.test.d.ts +0 -5
- package/build/__tests__/behavioral/faking/FakingAuthenticator.test.js +0 -35
- package/build/__tests__/behavioral/faking/FakingInBeforeEach.test.d.ts +0 -6
- package/build/__tests__/behavioral/faking/FakingInBeforeEach.test.js +0 -42
- package/build/__tests__/behavioral/faking/FakingLocations.test.d.ts +0 -6
- package/build/__tests__/behavioral/faking/FakingLocations.test.js +0 -45
- package/build/__tests__/behavioral/faking/FakingRoleEvents.test.d.ts +0 -19
- package/build/__tests__/behavioral/faking/FakingRoleEvents.test.js +0 -140
- package/build/__tests__/behavioral/faking/FakingSkillEvents.test.d.ts +0 -24
- package/build/__tests__/behavioral/faking/FakingSkillEvents.test.js +0 -174
- package/build/__tests__/behavioral/faking/UpdatePerson.test.d.ts +0 -4
- package/build/__tests__/behavioral/faking/UpdatePerson.test.js +0 -32
- package/build/__tests__/behavioral/faking/UsingFakeDecorators.test.d.ts +0 -35
- package/build/__tests__/behavioral/faking/UsingFakeDecorators.test.js +0 -321
- package/build/__tests__/behavioral/faking/UsingFakesOnIncompatibleClass.test.d.ts +0 -4
- package/build/__tests__/behavioral/faking/UsingFakesOnIncompatibleClass.test.js +0 -48
- package/build/__tests__/behavioral/faking/WhoAmI.test.d.ts +0 -19
- package/build/__tests__/behavioral/faking/WhoAmI.test.js +0 -105
- package/build/__tests__/behavioral/maps/SpyingMapUtil.test.d.ts +0 -10
- package/build/__tests__/behavioral/maps/SpyingMapUtil.test.js +0 -76
- package/build/__tests__/behavioral/permissions/FakeAuthorizer.test.d.ts +0 -34
- package/build/__tests__/behavioral/permissions/FakeAuthorizer.test.js +0 -272
- package/build/__tests__/behavioral/permissions/PermissionFixture.test.d.ts +0 -5
- package/build/__tests__/behavioral/permissions/PermissionFixture.test.js +0 -35
- package/build/__tests__/behavioral/seeding/SeedingData.test.d.ts +0 -24
- package/build/__tests__/behavioral/seeding/SeedingData.test.js +0 -271
- package/build/__tests__/behavioral/seeding/UsingDecorators.test.d.ts +0 -37
- package/build/__tests__/behavioral/seeding/UsingDecorators.test.js +0 -266
- package/build/__tests__/behavioral/seeding/UsingDecoratorsToInstallSkills.test.d.ts +0 -14
- package/build/__tests__/behavioral/seeding/UsingDecoratorsToInstallSkills.test.js +0 -117
- package/build/__tests__/behavioral/views/FakingSkillViewControllers.test.d.ts +0 -12
- package/build/__tests__/behavioral/views/FakingSkillViewControllers.test.js +0 -55
- package/build/__tests__/behavioral/views/Routing.test.d.ts +0 -36
- package/build/__tests__/behavioral/views/Routing.test.js +0 -177
- package/build/__tests__/behavioral/views/TestingScope.test.d.ts +0 -24
- package/build/__tests__/behavioral/views/TestingScope.test.js +0 -197
- package/build/__tests__/behavioral/views/ViewPlugins.test.d.ts +0 -12
- package/build/__tests__/behavioral/views/ViewPlugins.test.js +0 -83
- package/build/__tests__/behavioral/views/WorkingWithTimezones.test.d.ts +0 -11
- package/build/__tests__/behavioral/views/WorkingWithTimezones.test.js +0 -55
- package/build/__tests__/behavioral/views/viewFixture/ViewFixture.test.d.ts +0 -118
- package/build/__tests__/behavioral/views/viewFixture/ViewFixture.test.js +0 -761
- package/build/__tests__/behavioral/views/viewFixture/ViewFixtureLetsYouOverrideViewControllerFactory.test.d.ts +0 -5
- package/build/__tests__/behavioral/views/viewFixture/ViewFixtureLetsYouOverrideViewControllerFactory.test.js +0 -29
- package/build/__tests__/support/AbstractFakeDecoratorTest.d.ts +0 -5
- package/build/__tests__/support/AbstractFakeDecoratorTest.js +0 -27
- package/build/__tests__/support/EventFaker.d.ts +0 -5
- package/build/__tests__/support/EventFaker.js +0 -36
- package/build/__tests__/support/RandomViewPlugin.d.ts +0 -2
- package/build/__tests__/support/RandomViewPlugin.js +0 -5
- package/build/__tests__/support/RandomViewPlugin2.d.ts +0 -2
- package/build/__tests__/support/RandomViewPlugin2.js +0 -5
- package/build/__tests__/testDirsAndFiles/one-good-store-skill/build/.spruce/stores/stores.d.ts +0 -5
- package/build/__tests__/testDirsAndFiles/one-good-store-skill/build/.spruce/stores/stores.js +0 -9
- package/build/__tests__/testDirsAndFiles/one-good-store-skill/build/stores/Good.store.d.ts +0 -51
- package/build/__tests__/testDirsAndFiles/one-good-store-skill/build/stores/Good.store.js +0 -33
- package/build/__tests__/testDirsAndFiles/one-good-store-skill/src/.spruce/settings.json +0 -6
- package/build/__tests__/testDirsAndFiles/plugins1/build/.spruce/views/views.d.ts +0 -6
- package/build/__tests__/testDirsAndFiles/plugins1/build/.spruce/views/views.js +0 -11
- package/build/__tests__/testDirsAndFiles/plugins2/build/.spruce/views/views.d.ts +0 -6
- package/build/__tests__/testDirsAndFiles/plugins2/build/.spruce/views/views.js +0 -11
- package/build/__tests__/testDirsAndFiles/skill/build/.spruce/views/views.js +0 -18
- package/build/__tests__/testDirsAndFiles/skill/build/skillViewControllers/Book.svc.d.ts +0 -5
- package/build/__tests__/testDirsAndFiles/skill/build/skillViewControllers/Book.svc.js +0 -11
- package/build/__tests__/testDirsAndFiles/skill/build/skillViewControllers/Spy.svc.d.ts +0 -7
- package/build/__tests__/testDirsAndFiles/skill/build/skillViewControllers/Spy.svc.js +0 -19
- package/build/__tests__/testDirsAndFiles/skill/build/viewControllers/BookForm.vc.d.ts +0 -8
- package/build/__tests__/testDirsAndFiles/skill/build/viewControllers/BookForm.vc.js +0 -31
- package/build/__tests__/testDirsAndFiles/skill/package.json +0 -5
- package/build/__tests__/testDirsAndFiles/skill/src/.spruce/settings.json +0 -6
- package/build/__tests__/testDirsAndFiles/skill/src/.spruce/views/views.d.ts +0 -7
- package/build/__tests__/testDirsAndFiles/skill/src/.spruce/views/views.js +0 -17
- package/build/__tests__/testDirsAndFiles/skill/src/skillViewControllers/Book.svc.d.ts +0 -5
- package/build/__tests__/testDirsAndFiles/skill/src/skillViewControllers/Book.svc.js +0 -11
- package/build/__tests__/testDirsAndFiles/skill/src/viewControllers/BookForm.vc.d.ts +0 -8
- package/build/__tests__/testDirsAndFiles/skill/src/viewControllers/BookForm.vc.js +0 -31
- package/build/esm/__tests__/behavioral/DecoratoringEmitToPassThroughProxy.test.d.ts +0 -15
- package/build/esm/__tests__/behavioral/DecoratoringEmitToPassThroughProxy.test.js +0 -128
- package/build/esm/__tests__/behavioral/DelaysConnectWhenOnlyUsingLoginDecorator.test.d.ts +0 -4
- package/build/esm/__tests__/behavioral/DelaysConnectWhenOnlyUsingLoginDecorator.test.js +0 -40
- package/build/esm/__tests__/behavioral/DisablingSchemaValidationOnTest.test.d.ts +0 -5
- package/build/esm/__tests__/behavioral/DisablingSchemaValidationOnTest.test.js +0 -23
- package/build/esm/__tests__/behavioral/DoesntResetAccountIfOnlySeedingLocally.test.d.ts +0 -8
- package/build/esm/__tests__/behavioral/DoesntResetAccountIfOnlySeedingLocally.test.js +0 -80
- package/build/esm/__tests__/behavioral/FakingEventResponses.test.d.ts +0 -12
- package/build/esm/__tests__/behavioral/FakingEventResponses.test.js +0 -148
- package/build/esm/__tests__/behavioral/FixtureFactory.test.d.ts +0 -7
- package/build/esm/__tests__/behavioral/FixtureFactory.test.js +0 -61
- package/build/esm/__tests__/behavioral/LocationFixture.test.d.ts +0 -17
- package/build/esm/__tests__/behavioral/LocationFixture.test.js +0 -173
- package/build/esm/__tests__/behavioral/LoginDecoratorHandlingProxiesForMe.test.d.ts +0 -12
- package/build/esm/__tests__/behavioral/LoginDecoratorHandlingProxiesForMe.test.js +0 -113
- package/build/esm/__tests__/behavioral/MakingSureLocalEventsAreHandledLocally.test.d.ts +0 -4
- package/build/esm/__tests__/behavioral/MakingSureLocalEventsAreHandledLocally.test.js +0 -41
- package/build/esm/__tests__/behavioral/MercuryFixture.test.d.ts +0 -20
- package/build/esm/__tests__/behavioral/MercuryFixture.test.js +0 -223
- package/build/esm/__tests__/behavioral/OrganizationFixture.test.d.ts +0 -31
- package/build/esm/__tests__/behavioral/OrganizationFixture.test.js +0 -389
- package/build/esm/__tests__/behavioral/PatchingConsoleErrorToErrorStream.test.d.ts +0 -4
- package/build/esm/__tests__/behavioral/PatchingConsoleErrorToErrorStream.test.js +0 -18
- package/build/esm/__tests__/behavioral/PersonFixture.test.d.ts +0 -22
- package/build/esm/__tests__/behavioral/PersonFixture.test.js +0 -232
- package/build/esm/__tests__/behavioral/PhoneNumberIncrementor.test.d.ts +0 -11
- package/build/esm/__tests__/behavioral/PhoneNumberIncrementor.test.js +0 -112
- package/build/esm/__tests__/behavioral/ResettingAccountLocationsInBeforeAll.test.d.ts +0 -8
- package/build/esm/__tests__/behavioral/ResettingAccountLocationsInBeforeAll.test.js +0 -84
- package/build/esm/__tests__/behavioral/ResettingAccountOrgsInAfterAll.test.d.ts +0 -5
- package/build/esm/__tests__/behavioral/ResettingAccountOrgsInAfterAll.test.js +0 -55
- package/build/esm/__tests__/behavioral/ResettingAccountOrgsInBeforeAll.test.d.ts +0 -8
- package/build/esm/__tests__/behavioral/ResettingAccountOrgsInBeforeAll.test.js +0 -72
- package/build/esm/__tests__/behavioral/ResettingFixtureFieldsBeforeEach.test.d.ts +0 -10
- package/build/esm/__tests__/behavioral/ResettingFixtureFieldsBeforeEach.test.js +0 -146
- package/build/esm/__tests__/behavioral/ResettingLocalEventListeningBeforeSeeding.test.d.ts +0 -7
- package/build/esm/__tests__/behavioral/ResettingLocalEventListeningBeforeSeeding.test.js +0 -66
- package/build/esm/__tests__/behavioral/RetainsContractWhenLoggingInUsingDecotorator.test.d.ts +0 -6
- package/build/esm/__tests__/behavioral/RetainsContractWhenLoggingInUsingDecotorator.test.js +0 -51
- package/build/esm/__tests__/behavioral/RoleFixture.test.d.ts +0 -15
- package/build/esm/__tests__/behavioral/RoleFixture.test.js +0 -143
- package/build/esm/__tests__/behavioral/SkillFixture.test.d.ts +0 -13
- package/build/esm/__tests__/behavioral/SkillFixture.test.js +0 -141
- package/build/esm/__tests__/behavioral/databases/CanUseStoresSetupInBeforeEach.test.d.ts +0 -7
- package/build/esm/__tests__/behavioral/databases/CanUseStoresSetupInBeforeEach.test.js +0 -53
- package/build/esm/__tests__/behavioral/databases/DatabaseFixture.test.d.ts +0 -7
- package/build/esm/__tests__/behavioral/databases/DatabaseFixture.test.js +0 -48
- package/build/esm/__tests__/behavioral/databases/DbResetsAsExpected.test.d.ts +0 -5
- package/build/esm/__tests__/behavioral/databases/DbResetsAsExpected.test.js +0 -28
- package/build/esm/__tests__/behavioral/databases/DummyStore.d.ts +0 -55
- package/build/esm/__tests__/behavioral/databases/DummyStore.js +0 -43
- package/build/esm/__tests__/behavioral/databases/StoreFixture.test.d.ts +0 -23
- package/build/esm/__tests__/behavioral/databases/StoreFixture.test.js +0 -164
- package/build/esm/__tests__/behavioral/faking/AuthenticatingAsAPerson.test.d.ts +0 -9
- package/build/esm/__tests__/behavioral/faking/AuthenticatingAsAPerson.test.js +0 -89
- package/build/esm/__tests__/behavioral/faking/FakeDecorator.test.d.ts +0 -45
- package/build/esm/__tests__/behavioral/faking/FakeDecorator.test.js +0 -482
- package/build/esm/__tests__/behavioral/faking/FakeDecoratorSetsPerson.test.d.ts +0 -4
- package/build/esm/__tests__/behavioral/faking/FakeDecoratorSetsPerson.test.js +0 -28
- package/build/esm/__tests__/behavioral/faking/FakeDecoratorWhoAmI.test.d.ts +0 -4
- package/build/esm/__tests__/behavioral/faking/FakeDecoratorWhoAmI.test.js +0 -32
- package/build/esm/__tests__/behavioral/faking/FakeThemeManager.test.d.ts +0 -8
- package/build/esm/__tests__/behavioral/faking/FakeThemeManager.test.js +0 -82
- package/build/esm/__tests__/behavioral/faking/FakingAddingPeopleToALocation.test.d.ts +0 -8
- package/build/esm/__tests__/behavioral/faking/FakingAddingPeopleToALocation.test.js +0 -70
- package/build/esm/__tests__/behavioral/faking/FakingAddingPeopleToAnOrg.test.d.ts +0 -14
- package/build/esm/__tests__/behavioral/faking/FakingAddingPeopleToAnOrg.test.js +0 -165
- package/build/esm/__tests__/behavioral/faking/FakingAuthenticator.test.d.ts +0 -5
- package/build/esm/__tests__/behavioral/faking/FakingAuthenticator.test.js +0 -43
- package/build/esm/__tests__/behavioral/faking/FakingInBeforeEach.test.d.ts +0 -6
- package/build/esm/__tests__/behavioral/faking/FakingInBeforeEach.test.js +0 -55
- package/build/esm/__tests__/behavioral/faking/FakingLocations.test.d.ts +0 -6
- package/build/esm/__tests__/behavioral/faking/FakingLocations.test.js +0 -55
- package/build/esm/__tests__/behavioral/faking/FakingRoleEvents.test.d.ts +0 -19
- package/build/esm/__tests__/behavioral/faking/FakingRoleEvents.test.js +0 -175
- package/build/esm/__tests__/behavioral/faking/FakingSkillEvents.test.d.ts +0 -24
- package/build/esm/__tests__/behavioral/faking/FakingSkillEvents.test.js +0 -214
- package/build/esm/__tests__/behavioral/faking/UpdatePerson.test.d.ts +0 -4
- package/build/esm/__tests__/behavioral/faking/UpdatePerson.test.js +0 -38
- package/build/esm/__tests__/behavioral/faking/UsingFakeDecorators.test.d.ts +0 -35
- package/build/esm/__tests__/behavioral/faking/UsingFakeDecorators.test.js +0 -360
- package/build/esm/__tests__/behavioral/faking/UsingFakesOnIncompatibleClass.test.d.ts +0 -4
- package/build/esm/__tests__/behavioral/faking/UsingFakesOnIncompatibleClass.test.js +0 -31
- package/build/esm/__tests__/behavioral/faking/WhoAmI.test.d.ts +0 -19
- package/build/esm/__tests__/behavioral/faking/WhoAmI.test.js +0 -142
- package/build/esm/__tests__/behavioral/maps/SpyingMapUtil.test.d.ts +0 -10
- package/build/esm/__tests__/behavioral/maps/SpyingMapUtil.test.js +0 -94
- package/build/esm/__tests__/behavioral/permissions/FakeAuthorizer.test.d.ts +0 -34
- package/build/esm/__tests__/behavioral/permissions/FakeAuthorizer.test.js +0 -324
- package/build/esm/__tests__/behavioral/permissions/PermissionFixture.test.d.ts +0 -5
- package/build/esm/__tests__/behavioral/permissions/PermissionFixture.test.js +0 -43
- package/build/esm/__tests__/behavioral/seeding/SeedingData.test.d.ts +0 -24
- package/build/esm/__tests__/behavioral/seeding/SeedingData.test.js +0 -314
- package/build/esm/__tests__/behavioral/seeding/UsingDecorators.test.d.ts +0 -37
- package/build/esm/__tests__/behavioral/seeding/UsingDecorators.test.js +0 -322
- package/build/esm/__tests__/behavioral/seeding/UsingDecoratorsToInstallSkills.test.d.ts +0 -14
- package/build/esm/__tests__/behavioral/seeding/UsingDecoratorsToInstallSkills.test.js +0 -138
- package/build/esm/__tests__/behavioral/views/FakingSkillViewControllers.test.d.ts +0 -12
- package/build/esm/__tests__/behavioral/views/FakingSkillViewControllers.test.js +0 -70
- package/build/esm/__tests__/behavioral/views/Routing.test.d.ts +0 -36
- package/build/esm/__tests__/behavioral/views/Routing.test.js +0 -212
- package/build/esm/__tests__/behavioral/views/TestingScope.test.d.ts +0 -24
- package/build/esm/__tests__/behavioral/views/TestingScope.test.js +0 -238
- package/build/esm/__tests__/behavioral/views/ViewPlugins.test.d.ts +0 -12
- package/build/esm/__tests__/behavioral/views/ViewPlugins.test.js +0 -103
- package/build/esm/__tests__/behavioral/views/WorkingWithTimezones.test.d.ts +0 -11
- package/build/esm/__tests__/behavioral/views/WorkingWithTimezones.test.js +0 -64
- package/build/esm/__tests__/behavioral/views/viewFixture/ViewFixture.test.d.ts +0 -118
- package/build/esm/__tests__/behavioral/views/viewFixture/ViewFixture.test.js +0 -856
- package/build/esm/__tests__/behavioral/views/viewFixture/ViewFixtureLetsYouOverrideViewControllerFactory.test.d.ts +0 -5
- package/build/esm/__tests__/behavioral/views/viewFixture/ViewFixtureLetsYouOverrideViewControllerFactory.test.js +0 -39
- package/build/esm/__tests__/support/AbstractFakeDecoratorTest.d.ts +0 -5
- package/build/esm/__tests__/support/AbstractFakeDecoratorTest.js +0 -34
- package/build/esm/__tests__/support/EventFaker.d.ts +0 -5
- package/build/esm/__tests__/support/EventFaker.js +0 -45
- package/build/esm/__tests__/support/RandomViewPlugin.d.ts +0 -2
- package/build/esm/__tests__/support/RandomViewPlugin.js +0 -2
- package/build/esm/__tests__/support/RandomViewPlugin2.d.ts +0 -2
- package/build/esm/__tests__/support/RandomViewPlugin2.js +0 -2
- package/build/esm/__tests__/testDirsAndFiles/one-good-store-skill/build/stores/Good.store.d.ts +0 -51
- package/build/esm/__tests__/testDirsAndFiles/one-good-store-skill/build/stores/Good.store.js +0 -41
- package/build/esm/__tests__/testDirsAndFiles/skill/build/skillViewControllers/Book.svc.d.ts +0 -5
- package/build/esm/__tests__/testDirsAndFiles/skill/build/skillViewControllers/Book.svc.js +0 -9
- package/build/esm/__tests__/testDirsAndFiles/skill/build/skillViewControllers/Spy.svc.d.ts +0 -7
- package/build/esm/__tests__/testDirsAndFiles/skill/build/skillViewControllers/Spy.svc.js +0 -28
- package/build/esm/__tests__/testDirsAndFiles/skill/build/viewControllers/BookForm.vc.d.ts +0 -8
- package/build/esm/__tests__/testDirsAndFiles/skill/build/viewControllers/BookForm.vc.js +0 -26
- package/build/esm/__tests__/testDirsAndFiles/skill/src/skillViewControllers/Book.svc.d.ts +0 -5
- package/build/esm/__tests__/testDirsAndFiles/skill/src/skillViewControllers/Book.svc.js +0 -9
- package/build/esm/__tests__/testDirsAndFiles/skill/src/viewControllers/BookForm.vc.d.ts +0 -8
- package/build/esm/__tests__/testDirsAndFiles/skill/src/viewControllers/BookForm.vc.js +0 -26
- /package/build/{__tests__/support → esm/tests}/FakeThemeManager.d.ts +0 -0
- /package/build/esm/{__tests__/support → tests}/FakeThemeManager.js +0 -0
- /package/build/{esm/__tests__/support → tests}/FakeThemeManager.d.ts +0 -0
- /package/build/{__tests__/support → tests}/FakeThemeManager.js +0 -0
@@ -1,5 +0,0 @@
|
|
1
|
-
import AbstractSpruceFixtureTest from '../../../../tests/AbstractSpruceFixtureTest';
|
2
|
-
export default class ViewFixtureLetsYouOverrideViewControllerFactoryTest extends AbstractSpruceFixtureTest {
|
3
|
-
protected static beforeEach(): Promise<void>;
|
4
|
-
protected static canCreateViewFixtureLetsYouOverrideViewControllerFactory(): Promise<void>;
|
5
|
-
}
|
@@ -1,29 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
5
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
7
|
-
};
|
8
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
9
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
10
|
-
};
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
-
const heartwood_view_controllers_1 = require("@sprucelabs/heartwood-view-controllers");
|
13
|
-
const test_utils_1 = require("@sprucelabs/test-utils");
|
14
|
-
const AbstractSpruceFixtureTest_1 = __importDefault(require("../../../../tests/AbstractSpruceFixtureTest"));
|
15
|
-
class ViewFixtureLetsYouOverrideViewControllerFactoryTest extends AbstractSpruceFixtureTest_1.default {
|
16
|
-
static async beforeEach() {
|
17
|
-
await super.beforeEach();
|
18
|
-
}
|
19
|
-
static async canCreateViewFixtureLetsYouOverrideViewControllerFactory() {
|
20
|
-
test_utils_1.assert.isEqual(heartwood_view_controllers_1.ViewControllerFactory.Class, MySpyViewControllerFactory);
|
21
|
-
}
|
22
|
-
}
|
23
|
-
exports.default = ViewFixtureLetsYouOverrideViewControllerFactoryTest;
|
24
|
-
__decorate([
|
25
|
-
(0, test_utils_1.test)()
|
26
|
-
], ViewFixtureLetsYouOverrideViewControllerFactoryTest, "canCreateViewFixtureLetsYouOverrideViewControllerFactory", null);
|
27
|
-
class MySpyViewControllerFactory extends heartwood_view_controllers_1.ViewControllerFactory {
|
28
|
-
}
|
29
|
-
heartwood_view_controllers_1.ViewControllerFactory.Class = MySpyViewControllerFactory;
|
@@ -1,5 +0,0 @@
|
|
1
|
-
import AbstractSpruceFixtureTest from '../../tests/AbstractSpruceFixtureTest';
|
2
|
-
export default class AbstractFakeDecoratorTest extends AbstractSpruceFixtureTest {
|
3
|
-
protected static fakeLoginAndGetAuth(phone?: string): Promise<Pick<import("@sprucelabs/schema").SchemaStaticValues<import("@sprucelabs/mercury-types").SpruceSchemas.Mercury.v2020_12_25.AuthSchemaSchema, false, import("@sprucelabs/schema").SchemaOptionalFieldNames<import("@sprucelabs/mercury-types").SpruceSchemas.Mercury.v2020_12_25.AuthSchemaSchema>, import("@sprucelabs/schema").StaticSchemaAllValues<import("@sprucelabs/mercury-types").SpruceSchemas.Mercury.v2020_12_25.AuthSchemaSchema, false>>, "person" | "skill">>;
|
4
|
-
protected static fakeLogin(number?: string): Promise<void>;
|
5
|
-
}
|
@@ -1,27 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
4
|
-
};
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
-
const test_utils_1 = require("@sprucelabs/test-utils");
|
7
|
-
const AbstractSpruceFixtureTest_1 = __importDefault(require("../../tests/AbstractSpruceFixtureTest"));
|
8
|
-
const constants_1 = require("../../tests/constants");
|
9
|
-
const fake_1 = __importDefault(require("../../tests/decorators/fake"));
|
10
|
-
class AbstractFakeDecoratorTest extends AbstractSpruceFixtureTest_1.default {
|
11
|
-
static async fakeLoginAndGetAuth(phone = constants_1.DEMO_NUMBER) {
|
12
|
-
await this.fakeLogin(phone);
|
13
|
-
const { client, person } = await this.people.loginAsDemoPerson();
|
14
|
-
const [{ auth, type }] = await client.emitAndFlattenResponses('whoami::v2020_12_25');
|
15
|
-
test_utils_1.assert.isEqual(type, 'authenticated');
|
16
|
-
test_utils_1.assert.isEqualDeep(auth.person, this.fakedPerson);
|
17
|
-
test_utils_1.assert.isEqualDeep(person, this.fakedPerson);
|
18
|
-
return auth;
|
19
|
-
}
|
20
|
-
static async fakeLogin(number = constants_1.DEMO_NUMBER) {
|
21
|
-
const decorator = fake_1.default.login(number);
|
22
|
-
decorator(this, false);
|
23
|
-
await this.beforeAll();
|
24
|
-
await this.beforeEach();
|
25
|
-
}
|
26
|
-
}
|
27
|
-
exports.default = AbstractFakeDecoratorTest;
|
@@ -1,36 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
4
|
-
};
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
-
const test_utils_1 = require("@sprucelabs/test-utils");
|
7
|
-
const eventFaker_1 = __importDefault(require("../../tests/eventFaker"));
|
8
|
-
class EventFaker {
|
9
|
-
async fakeRegisterSkill() {
|
10
|
-
await eventFaker_1.default.on('register-skill::v2020_12_25', () => {
|
11
|
-
return {
|
12
|
-
skill: {
|
13
|
-
id: (0, test_utils_1.generateId)(),
|
14
|
-
creators: [{ personId: (0, test_utils_1.generateId)() }],
|
15
|
-
slug: (0, test_utils_1.generateId)(),
|
16
|
-
dateCreated: new Date().getTime(),
|
17
|
-
name: (0, test_utils_1.generateId)(),
|
18
|
-
apiKey: (0, test_utils_1.generateId)(),
|
19
|
-
},
|
20
|
-
};
|
21
|
-
});
|
22
|
-
}
|
23
|
-
async fakeUnregisterSkill() {
|
24
|
-
await eventFaker_1.default.on('unregister-skill::v2020_12_25', () => {
|
25
|
-
return {};
|
26
|
-
});
|
27
|
-
}
|
28
|
-
async fakeRegisterProxyToken() {
|
29
|
-
await eventFaker_1.default.on('register-proxy-token::v2020_12_25', () => {
|
30
|
-
return {
|
31
|
-
token: (0, test_utils_1.generateId)(),
|
32
|
-
};
|
33
|
-
});
|
34
|
-
}
|
35
|
-
}
|
36
|
-
exports.default = EventFaker;
|
package/build/__tests__/testDirsAndFiles/one-good-store-skill/build/.spruce/stores/stores.js
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
4
|
-
};
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
-
const Good_store_1 = __importDefault(require("../../stores/Good.store"));
|
7
|
-
exports.default = {
|
8
|
-
Good: Good_store_1.default,
|
9
|
-
};
|
@@ -1,51 +0,0 @@
|
|
1
|
-
import { AbstractStore, UniversalStoreOptions } from '@sprucelabs/data-stores';
|
2
|
-
import { StoreSeedOptions } from '../../../../..';
|
3
|
-
declare const fullSchema: {
|
4
|
-
id: string;
|
5
|
-
fields: {
|
6
|
-
firstName: {
|
7
|
-
type: "text";
|
8
|
-
};
|
9
|
-
};
|
10
|
-
};
|
11
|
-
type FullSchema = typeof fullSchema;
|
12
|
-
export default class GoodStore extends AbstractStore<FullSchema> {
|
13
|
-
name: string;
|
14
|
-
protected collectionName: string;
|
15
|
-
protected createSchema: {
|
16
|
-
id: string;
|
17
|
-
fields: {
|
18
|
-
firstName: {
|
19
|
-
type: "text";
|
20
|
-
};
|
21
|
-
};
|
22
|
-
};
|
23
|
-
protected updateSchema: {
|
24
|
-
id: string;
|
25
|
-
fields: {
|
26
|
-
firstName: {
|
27
|
-
type: "text";
|
28
|
-
};
|
29
|
-
};
|
30
|
-
};
|
31
|
-
protected fullSchema: {
|
32
|
-
id: string;
|
33
|
-
fields: {
|
34
|
-
firstName: {
|
35
|
-
type: "text";
|
36
|
-
};
|
37
|
-
};
|
38
|
-
};
|
39
|
-
protected databaseSchema: {
|
40
|
-
id: string;
|
41
|
-
fields: {
|
42
|
-
firstName: {
|
43
|
-
type: "text";
|
44
|
-
};
|
45
|
-
};
|
46
|
-
};
|
47
|
-
static seedParams: any[];
|
48
|
-
static Store(options: UniversalStoreOptions): GoodStore;
|
49
|
-
seed(options: StoreSeedOptions, ...rest: any[]): Promise<void>;
|
50
|
-
}
|
51
|
-
export {};
|
@@ -1,33 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
const data_stores_1 = require("@sprucelabs/data-stores");
|
4
|
-
const schema_1 = require("@sprucelabs/schema");
|
5
|
-
const fullSchema = (0, schema_1.buildSchema)({
|
6
|
-
id: 'goodFull',
|
7
|
-
fields: {
|
8
|
-
firstName: {
|
9
|
-
type: 'text',
|
10
|
-
},
|
11
|
-
},
|
12
|
-
});
|
13
|
-
class GoodStore extends data_stores_1.AbstractStore {
|
14
|
-
constructor() {
|
15
|
-
super(...arguments);
|
16
|
-
this.name = 'good';
|
17
|
-
this.collectionName = 'good_stuff';
|
18
|
-
this.createSchema = fullSchema;
|
19
|
-
this.updateSchema = fullSchema;
|
20
|
-
this.fullSchema = fullSchema;
|
21
|
-
this.databaseSchema = fullSchema;
|
22
|
-
}
|
23
|
-
static Store(options) {
|
24
|
-
return new this(options.db);
|
25
|
-
}
|
26
|
-
async seed(options, ...rest) {
|
27
|
-
GoodStore.seedParams = rest;
|
28
|
-
await Promise.all(new Array(options.totalToSeed).fill(0).map(() => this.createOne({
|
29
|
-
firstName: 'hola!',
|
30
|
-
})));
|
31
|
-
}
|
32
|
-
}
|
33
|
-
exports.default = GoodStore;
|
@@ -1,11 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
4
|
-
};
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
-
exports.pluginsByName = void 0;
|
7
|
-
const RandomViewPlugin_1 = __importDefault(require("../../../../../support/RandomViewPlugin"));
|
8
|
-
exports.pluginsByName = {
|
9
|
-
test1: RandomViewPlugin_1.default,
|
10
|
-
};
|
11
|
-
exports.default = {};
|
@@ -1,11 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
4
|
-
};
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
-
exports.pluginsByName = void 0;
|
7
|
-
const RandomViewPlugin2_1 = __importDefault(require("../../../../../support/RandomViewPlugin2"));
|
8
|
-
exports.pluginsByName = {
|
9
|
-
test2: RandomViewPlugin2_1.default,
|
10
|
-
};
|
11
|
-
exports.default = {};
|
@@ -1,18 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
4
|
-
};
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
-
const Book_svc_1 = __importDefault(require("../../skillViewControllers/Book.svc"));
|
7
|
-
const Spy_svc_1 = __importDefault(require("../../skillViewControllers/Spy.svc"));
|
8
|
-
const BookForm_vc_1 = __importDefault(require("../../viewControllers/BookForm.vc"));
|
9
|
-
|
10
|
-
const vcs = {
|
11
|
-
BookSkillViewController: Book_svc_1.default,
|
12
|
-
BookFormViewController: BookForm_vc_1.default,
|
13
|
-
SpyViewController: Spy_svc_1.default,
|
14
|
-
};
|
15
|
-
//@ts-ignore
|
16
|
-
if(typeof heartwood === 'function') { heartwood(vcs); }
|
17
|
-
exports.default = vcs;
|
18
|
-
//# sourceMappingURL=views.js.map
|
@@ -1,11 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
const heartwood_view_controllers_1 = require("@sprucelabs/heartwood-view-controllers");
|
4
|
-
class BookSkillViewController extends heartwood_view_controllers_1.AbstractSkillViewController {
|
5
|
-
//@ts-ignore
|
6
|
-
render() {
|
7
|
-
return 'go-team';
|
8
|
-
}
|
9
|
-
}
|
10
|
-
BookSkillViewController.id = 'book';
|
11
|
-
exports.default = BookSkillViewController;
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import { AbstractSkillViewController, SkillViewControllerLoadOptions, SpruceSchemas } from '@sprucelabs/heartwood-view-controllers';
|
2
|
-
export default class SpySkillViewController extends AbstractSkillViewController {
|
3
|
-
static id: string;
|
4
|
-
loads: SkillViewControllerLoadOptions[];
|
5
|
-
load(options: SkillViewControllerLoadOptions): Promise<void>;
|
6
|
-
render(): SpruceSchemas.HeartwoodViewControllers.v2021_02_11.SkillView;
|
7
|
-
}
|
@@ -1,19 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
const heartwood_view_controllers_1 = require("@sprucelabs/heartwood-view-controllers");
|
4
|
-
class SpySkillViewController extends heartwood_view_controllers_1.AbstractSkillViewController {
|
5
|
-
constructor() {
|
6
|
-
super(...arguments);
|
7
|
-
this.loads = [];
|
8
|
-
}
|
9
|
-
async load(options) {
|
10
|
-
this.loads.push(options);
|
11
|
-
}
|
12
|
-
render() {
|
13
|
-
return {
|
14
|
-
layouts: [],
|
15
|
-
};
|
16
|
-
}
|
17
|
-
}
|
18
|
-
SpySkillViewController.id = 'spy';
|
19
|
-
exports.default = SpySkillViewController;
|
@@ -1,31 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
4
|
-
};
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
-
const heartwood_view_controllers_1 = require("@sprucelabs/heartwood-view-controllers");
|
7
|
-
const dotenv_1 = __importDefault(require("dotenv"));
|
8
|
-
class BookFormViewController extends heartwood_view_controllers_1.AbstractViewController {
|
9
|
-
//@ts-ignore
|
10
|
-
render() {
|
11
|
-
//@ts-ignore
|
12
|
-
console.log = dotenv_1.default;
|
13
|
-
//@ts-ignore
|
14
|
-
global.document = {
|
15
|
-
//@ts-ignore
|
16
|
-
__hack: true,
|
17
|
-
};
|
18
|
-
//@ts-ignore
|
19
|
-
global.window = {
|
20
|
-
//@ts-ignore
|
21
|
-
__hack: true,
|
22
|
-
};
|
23
|
-
return {
|
24
|
-
msg: 'what the?',
|
25
|
-
//@ts-ignore
|
26
|
-
globalHack2Value: global.__hack2,
|
27
|
-
};
|
28
|
-
}
|
29
|
-
}
|
30
|
-
BookFormViewController.id = 'book-form';
|
31
|
-
exports.default = BookFormViewController;
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import BookSkillViewController from '../../skillViewControllers/Book.svc';
|
2
|
-
import BookFormViewController from '../../viewControllers/BookForm.vc';
|
3
|
-
declare const vcs: {
|
4
|
-
BookSkillViewController: typeof BookSkillViewController;
|
5
|
-
BookFormViewController: typeof BookFormViewController;
|
6
|
-
};
|
7
|
-
export default vcs;
|
@@ -1,17 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
4
|
-
};
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
-
const Book_svc_1 = __importDefault(require("../../skillViewControllers/Book.svc"));
|
7
|
-
const BookForm_vc_1 = __importDefault(require("../../viewControllers/BookForm.vc"));
|
8
|
-
const vcs = {
|
9
|
-
BookSkillViewController: Book_svc_1.default,
|
10
|
-
BookFormViewController: BookForm_vc_1.default,
|
11
|
-
};
|
12
|
-
//@ts-ignore
|
13
|
-
if (typeof heartwood === 'function') {
|
14
|
-
//@ts-ignore
|
15
|
-
heartwood(vcs);
|
16
|
-
}
|
17
|
-
exports.default = vcs;
|
@@ -1,11 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
const heartwood_view_controllers_1 = require("@sprucelabs/heartwood-view-controllers");
|
4
|
-
class BookSkillViewController extends heartwood_view_controllers_1.AbstractSkillViewController {
|
5
|
-
//@ts-ignore
|
6
|
-
render() {
|
7
|
-
return 'go-team';
|
8
|
-
}
|
9
|
-
}
|
10
|
-
BookSkillViewController.id = 'book';
|
11
|
-
exports.default = BookSkillViewController;
|
@@ -1,31 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
4
|
-
};
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
-
const heartwood_view_controllers_1 = require("@sprucelabs/heartwood-view-controllers");
|
7
|
-
const dotenv_1 = __importDefault(require("dotenv"));
|
8
|
-
class BookFormViewController extends heartwood_view_controllers_1.AbstractViewController {
|
9
|
-
//@ts-ignore
|
10
|
-
render() {
|
11
|
-
//@ts-ignore
|
12
|
-
console.log = dotenv_1.default;
|
13
|
-
//@ts-ignore
|
14
|
-
global.document = {
|
15
|
-
//@ts-ignore
|
16
|
-
__hack: true,
|
17
|
-
};
|
18
|
-
//@ts-ignore
|
19
|
-
global.window = {
|
20
|
-
//@ts-ignore
|
21
|
-
__hack: true,
|
22
|
-
};
|
23
|
-
return {
|
24
|
-
msg: 'what the?',
|
25
|
-
//@ts-ignore
|
26
|
-
globalHack2Value: global.__hack2,
|
27
|
-
};
|
28
|
-
}
|
29
|
-
}
|
30
|
-
BookFormViewController.id = 'book-form';
|
31
|
-
exports.default = BookFormViewController;
|
@@ -1,15 +0,0 @@
|
|
1
|
-
import AbstractSpruceFixtureTest from '../../tests/AbstractSpruceFixtureTest';
|
2
|
-
export default class DecoratingEmitToPassThroughProxyTest extends AbstractSpruceFixtureTest {
|
3
|
-
private static lastInstance;
|
4
|
-
protected static sharesInstance(): void;
|
5
|
-
protected static canClearInstance(): void;
|
6
|
-
protected static canGetAndSetProxyGenerator(): void;
|
7
|
-
protected static canSetDefaultProxyPassThrough(id: string): Promise<void>;
|
8
|
-
protected static canSetTokenWhileDecorating(): Promise<void>;
|
9
|
-
protected static decoratorPassProps(): Promise<void>;
|
10
|
-
private static assertPropsCopied;
|
11
|
-
protected static instanceIsSameEachTest(): Promise<void>;
|
12
|
-
protected static loginSetsUpProxyTokenGenerator(): Promise<void>;
|
13
|
-
private static assertProxyEquals;
|
14
|
-
private static getDecorator;
|
15
|
-
}
|
@@ -1,128 +0,0 @@
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
6
|
-
};
|
7
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
8
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
9
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
10
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
11
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
12
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
13
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
14
|
-
});
|
15
|
-
};
|
16
|
-
import { test, assert } from '@sprucelabs/test-utils';
|
17
|
-
import ClientProxyDecorator from '../../ClientProxyDecorator.js';
|
18
|
-
import AbstractSpruceFixtureTest from '../../tests/AbstractSpruceFixtureTest.js';
|
19
|
-
import { DEMO_NUMBER } from '../../tests/constants.js';
|
20
|
-
import login from '../../tests/decorators/login.js';
|
21
|
-
import MercuryFixture from '../../tests/fixtures/MercuryFixture.js';
|
22
|
-
MercuryFixture.setShouldRequireLocalListeners(false);
|
23
|
-
let DecoratingEmitToPassThroughProxyTest = class DecoratingEmitToPassThroughProxyTest extends AbstractSpruceFixtureTest {
|
24
|
-
static sharesInstance() {
|
25
|
-
const instance = this.getDecorator();
|
26
|
-
assert.isEqual(instance, ClientProxyDecorator.getInstance());
|
27
|
-
}
|
28
|
-
static canClearInstance() {
|
29
|
-
const instance = this.getDecorator();
|
30
|
-
ClientProxyDecorator.clearInstance();
|
31
|
-
assert.isNotEqual(instance, this.getDecorator());
|
32
|
-
}
|
33
|
-
static canGetAndSetProxyGenerator() {
|
34
|
-
const instance = this.getDecorator();
|
35
|
-
const cb = () => __awaiter(this, void 0, void 0, function* () { return '12345'; });
|
36
|
-
instance.setProxyTokenGenerator(cb);
|
37
|
-
assert.isEqual(instance.getProxyTokenGenerator(), cb);
|
38
|
-
}
|
39
|
-
static canSetDefaultProxyPassThrough(id) {
|
40
|
-
return __awaiter(this, void 0, void 0, function* () {
|
41
|
-
const instance = this.getDecorator();
|
42
|
-
instance.setProxyTokenGenerator(() => __awaiter(this, void 0, void 0, function* () { return id; }));
|
43
|
-
const client = instance.decorateEmitToPassProxyToken(login.getClient());
|
44
|
-
yield this.assertProxyEquals(client, id);
|
45
|
-
});
|
46
|
-
}
|
47
|
-
static canSetTokenWhileDecorating() {
|
48
|
-
return __awaiter(this, void 0, void 0, function* () {
|
49
|
-
const instance = this.getDecorator();
|
50
|
-
const client = instance.decorateEmitToPassProxyToken(login.getClient(), '123');
|
51
|
-
yield this.assertProxyEquals(client, '123');
|
52
|
-
this.lastInstance = this.getDecorator();
|
53
|
-
});
|
54
|
-
}
|
55
|
-
static decoratorPassProps() {
|
56
|
-
return __awaiter(this, void 0, void 0, function* () {
|
57
|
-
const client = login.getClient();
|
58
|
-
this.assertPropsCopied(client, 'auth', { skill: true });
|
59
|
-
this.assertPropsCopied(client, 'hell', { world: 'there' });
|
60
|
-
});
|
61
|
-
}
|
62
|
-
static assertPropsCopied(client, key, props) {
|
63
|
-
const instance = this.getDecorator();
|
64
|
-
client[key] = props;
|
65
|
-
const decorated = instance.decorateEmitToPassProxyToken(client);
|
66
|
-
//@ts-ignore
|
67
|
-
assert.isEqualDeep(decorated[key], props);
|
68
|
-
}
|
69
|
-
static instanceIsSameEachTest() {
|
70
|
-
return __awaiter(this, void 0, void 0, function* () {
|
71
|
-
assert.isEqual(this.lastInstance, this.getDecorator());
|
72
|
-
});
|
73
|
-
}
|
74
|
-
static loginSetsUpProxyTokenGenerator() {
|
75
|
-
return __awaiter(this, void 0, void 0, function* () {
|
76
|
-
const generator = this.getDecorator().getProxyTokenGenerator();
|
77
|
-
assert.isTruthy(generator);
|
78
|
-
});
|
79
|
-
}
|
80
|
-
static assertProxyEquals(client, id) {
|
81
|
-
return __awaiter(this, void 0, void 0, function* () {
|
82
|
-
let passedSource;
|
83
|
-
yield client.on('whoami::v2020_12_25', ({ source }) => {
|
84
|
-
passedSource = source;
|
85
|
-
return {
|
86
|
-
type: 'anonymous',
|
87
|
-
auth: {},
|
88
|
-
};
|
89
|
-
});
|
90
|
-
yield client.emit('whoami::v2020_12_25');
|
91
|
-
assert.isEqual(passedSource.proxyToken, id);
|
92
|
-
yield client.emitAndFlattenResponses('whoami::v2020_12_25');
|
93
|
-
assert.isEqual(passedSource.proxyToken, id);
|
94
|
-
});
|
95
|
-
}
|
96
|
-
static getDecorator() {
|
97
|
-
return ClientProxyDecorator.getInstance();
|
98
|
-
}
|
99
|
-
};
|
100
|
-
__decorate([
|
101
|
-
test()
|
102
|
-
], DecoratingEmitToPassThroughProxyTest, "sharesInstance", null);
|
103
|
-
__decorate([
|
104
|
-
test()
|
105
|
-
], DecoratingEmitToPassThroughProxyTest, "canClearInstance", null);
|
106
|
-
__decorate([
|
107
|
-
test()
|
108
|
-
], DecoratingEmitToPassThroughProxyTest, "canGetAndSetProxyGenerator", null);
|
109
|
-
__decorate([
|
110
|
-
test('can set token to 234', '234'),
|
111
|
-
test('can set token to waka', 'waka')
|
112
|
-
], DecoratingEmitToPassThroughProxyTest, "canSetDefaultProxyPassThrough", null);
|
113
|
-
__decorate([
|
114
|
-
test()
|
115
|
-
], DecoratingEmitToPassThroughProxyTest, "canSetTokenWhileDecorating", null);
|
116
|
-
__decorate([
|
117
|
-
test()
|
118
|
-
], DecoratingEmitToPassThroughProxyTest, "decoratorPassProps", null);
|
119
|
-
__decorate([
|
120
|
-
test()
|
121
|
-
], DecoratingEmitToPassThroughProxyTest, "instanceIsSameEachTest", null);
|
122
|
-
__decorate([
|
123
|
-
test()
|
124
|
-
], DecoratingEmitToPassThroughProxyTest, "loginSetsUpProxyTokenGenerator", null);
|
125
|
-
DecoratingEmitToPassThroughProxyTest = __decorate([
|
126
|
-
login(DEMO_NUMBER)
|
127
|
-
], DecoratingEmitToPassThroughProxyTest);
|
128
|
-
export default DecoratingEmitToPassThroughProxyTest;
|