UNPKG

@scion-scxml/core

Version:

StateCharts Interpretation and Optimization eNgine (SCION) CORE is an implementation of Statecharts in JavaScript.

7 lines (5 loc) 185 B
var scion = require('../../..'); var tests = require('@scion-scxml/core-test-framework')(scion.Statechart); Object.keys(tests).forEach(function(key){ exports[key] = tests[key]; });