Skip to content

Instantly share code, notes, and snippets.

@ShMcK
Created July 20, 2018 04:13
Show Gist options
  • Save ShMcK/b48cab5d88f21289926b1abcea1fa968 to your computer and use it in GitHub Desktop.
Save ShMcK/b48cab5d88f21289926b1abcea1fa968 to your computer and use it in GitHub Desktop.
testStatechart
import { testStatechart } from 'react-automata'
import alarmChart from './alarmChart'
import AlarmClock from './AlarmClock'
test('run all tests', () => {
testStatechart({
statechart: alarmChart,
}, AlarmClock)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment