Skip to content

Commit

Permalink
Remove FSE specific test
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Oct 28, 2020
1 parent dea5ab1 commit 8bd671f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/editor/src/store/test/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -452,17 +452,6 @@ describe( 'selectors', () => {
} );

describe( 'hasNonPostEntityChanges', () => {
it( 'should return false if the full site editing experiment is disabled.', () => {
const state = {
currentPost: { id: 1, type: 'post' },
__experimentalGetDirtyEntityRecords() {
return [
{ kind: 'someKind', name: 'someName', key: 'someKey' },
];
},
};
expect( hasNonPostEntityChanges( state ) ).toBe( false );
} );
it( 'should return true if there are changes to an arbitrary entity', () => {
const state = {
currentPost: { id: 1, type: 'post' },
Expand Down

0 comments on commit 8bd671f

Please sign in to comment.