UNPKG

accelerator-core

Version:

[![Build Status](https://travis-ci.org/furkleindustries/accelerator-core.svg?branch=master)](https://travis-ci.org/furkleindustries/accelerator-core)

14 lines (10 loc) 282 B
import { shallow, } from 'enzyme'; import * as React from 'react'; import AuthoringPassage from './{{{name}}}.mdx'; describe('Tests for the {{{name}}} authoring passage.', () => { it('Renders shallowly without crashing.', () => { shallow(<AuthoringPassage />); }); });