@technote-space/gutenberg-test-utils
v0.0.1
Published
gutenberg test utils
Downloads
1
Readme
Gutenberg Test Utils
This is a gutenberg's test utils.
Table of Contents
How to use
Install
npm install --save-dev @technote-space/gutenberg-test-utils
Setup
jest.config.js
module.exports = { // ... setupFiles: ['<rootDir>/jest.setup.ts'] };
jest.setup.ts
import { setupGlobal } from '@technote-space/gutenberg-test-utils'; setupGlobal();