@technote-space/gutenberg-test-helper
TypeScript icon, indicating that this package has built-in type declarations

0.1.17 • Public • Published

Gutenberg Test Utils

npm version CI Status codecov CodeFactor License: MIT

This is a gutenberg's test utils.

Table of Contents

Details

How to use

  1. Install

    npm install --save-dev @technote-space/gutenberg-test-helper
  2. Setup

    jest.config.js

    module.exports = {
        // ...
    
        setupFiles: ['<rootDir>/jest.setup.ts']
    };

    jest.setup.ts

    import { setupGlobal } from '@technote-space/gutenberg-test-helper';
    
    setupGlobal();

Author

GitHub (Technote)
Blog

Readme

Keywords

Package Sidebar

Install

npm i @technote-space/gutenberg-test-helper

Weekly Downloads

1

Version

0.1.17

License

MIT

Unpacked Size

20.8 kB

Total Files

11

Last publish

Collaborators

  • technote