Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

@contentful/[email protected]

Compare
Choose a tag to compare
@suevalov suevalov released this 02 Jul 10:01
· 104 commits to master since this release

0.12.0 (2019-07-02)

Features

Manual migration from the previous version of contentful-extension-scripts

  • add '@testing-library/react': '8.0.4' to devDependencies
  • add '@types/jest': '24.0.15' to devDependencis (if you're using Typescript)
  • remove "modules": false from .babelrc
  • add the following commands to scripts section in package.json:
"scripts": {
    "test": "contentful-extension-scripts test --env=jsdom --watch",
    "test:coverage": "contentful-extension-scripts test --env=jsdom --coverage"
}