Created
July 20, 2018 04:13
-
-
Save ShMcK/b48cab5d88f21289926b1abcea1fa968 to your computer and use it in GitHub Desktop.
testStatechart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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