Skip to content

Commit

Permalink
Revert "chore: temporary point release changes (don't merge)"
Browse files Browse the repository at this point in the history
This reverts commit 5a0e2ce.
  • Loading branch information
markwhitfeld committed Dec 2, 2021
1 parent f2d0272 commit e0fd801
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
}
Expand Down
4 changes: 2 additions & 2 deletions integrations/hello-world-ng13-ivy/bundlesize.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{
"path": "./dist-integration/main.*.js",
"target": "es2015",
"maxSize": "239.27 kB",
"maxSize": "236.94 kB",
"compression": "none"
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
}
Expand Down

0 comments on commit e0fd801

Please sign in to comment.