From e0fd80162948dd965093150f5df515ed5256c29c Mon Sep 17 00:00:00 2001 From: Mark Whitfeld Date: Thu, 2 Dec 2021 16:55:20 +0200 Subject: [PATCH] Revert "chore: temporary point release changes (don't merge)" This reverts commit 5a0e2ceb6238430218a73cd8b4d9596d2ea6704f. --- .../src/app/issue-1646-wrong-ssr-state.spec.ts | 2 +- integrations/hello-world-ng13-ivy/bundlesize.config.json | 4 ++-- .../src/app/issue-1646-wrong-ssr-state.spec.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/integrations/hello-world-ng12-ivy/src/app/issue-1646-wrong-ssr-state.spec.ts b/integrations/hello-world-ng12-ivy/src/app/issue-1646-wrong-ssr-state.spec.ts index eb1da22b3..4a4c1cde2 100644 --- a/integrations/hello-world-ng12-ivy/src/app/issue-1646-wrong-ssr-state.spec.ts +++ b/integrations/hello-world-ng12-ivy/src/app/issue-1646-wrong-ssr-state.spec.ts @@ -17,7 +17,7 @@ import { freshPlatform } from '@ngxs/store/internals/testing'; import { Observable, Subscription } from 'rxjs'; import { take } from 'rxjs/operators'; -describe.skip('Select decorator returning state from the wrong store during SSR (https://github.com/ngxs/store/issues/1646)', () => { +describe('Select decorator returning state from the wrong store during SSR (https://github.com/ngxs/store/issues/1646)', () => { if (!ɵivyEnabled) { throw new Error('This test requires Ivy to be enabled.'); } diff --git a/integrations/hello-world-ng13-ivy/bundlesize.config.json b/integrations/hello-world-ng13-ivy/bundlesize.config.json index 8dc080275..2b672cf62 100644 --- a/integrations/hello-world-ng13-ivy/bundlesize.config.json +++ b/integrations/hello-world-ng13-ivy/bundlesize.config.json @@ -3,8 +3,8 @@ { "path": "./dist-integration/main.*.js", "target": "es2015", - "maxSize": "239.27 kB", + "maxSize": "236.94 kB", "compression": "none" } ] -} \ No newline at end of file +} diff --git a/integrations/hello-world-ng13-ivy/src/app/issue-1646-wrong-ssr-state.spec.ts b/integrations/hello-world-ng13-ivy/src/app/issue-1646-wrong-ssr-state.spec.ts index eb1da22b3..4a4c1cde2 100644 --- a/integrations/hello-world-ng13-ivy/src/app/issue-1646-wrong-ssr-state.spec.ts +++ b/integrations/hello-world-ng13-ivy/src/app/issue-1646-wrong-ssr-state.spec.ts @@ -17,7 +17,7 @@ import { freshPlatform } from '@ngxs/store/internals/testing'; import { Observable, Subscription } from 'rxjs'; import { take } from 'rxjs/operators'; -describe.skip('Select decorator returning state from the wrong store during SSR (https://github.com/ngxs/store/issues/1646)', () => { +describe('Select decorator returning state from the wrong store during SSR (https://github.com/ngxs/store/issues/1646)', () => { if (!ɵivyEnabled) { throw new Error('This test requires Ivy to be enabled.'); }