UNPKG

@frontity/core

Version:

The core package of the Frontity framework.

10 lines (7 loc) 208 B
import getBabel from ".."; test("Babel returns for development", () => { expect(getBabel()).toMatchSnapshot(); }); test("Babel returns for production", () => { expect(getBabel()).toMatchSnapshot(); });