Skip to content

Commit

Permalink
Fix the rest errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 committed Jan 27, 2021
1 parent 516e891 commit 0536de7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions packages/block-editor/src/store/test/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ import {

import * as selectors from '../selectors';
import reducer from '../reducer';
import actions, {
import * as actions from '../actions';
import '../..';

const {
clearSelectedBlock,
enterFormattedText,
exitFormattedText,
Expand Down Expand Up @@ -55,8 +58,7 @@ import actions, {
updateSettings,
selectionChange,
validateBlocksToTemplate,
} from '../actions';
import '../..';
} = actions;

describe( 'actions', () => {
const defaultBlockSettings = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ class TokenFieldWrapper extends Component {
}
}

module.exports = TokenFieldWrapper;
export default TokenFieldWrapper;

0 comments on commit 0536de7

Please sign in to comment.