0.0.1 • Published 6 years ago
@technote-space/gutenberg-test-utils v0.0.1
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-utilsSetup
jest.config.jsmodule.exports = { // ... setupFiles: ['<rootDir>/jest.setup.ts'] };jest.setup.tsimport { setupGlobal } from '@technote-space/gutenberg-test-utils'; setupGlobal();
Author
0.0.1
6 years ago