teth
Version:
Functional, reactive, pattern matching based, centralized state tree, open source JS library.
17 lines (11 loc) • 440 B
JavaScript
/* Copyright 2017 Ronny Reichmann */
/* global test */
const path = require('path')
const { resonate } = require('./resonate')
// const { context } = require('./T') // { match, context, type }
resonate(path.join(__dirname, 'resonate.test-worker-a')) // this should start Worker
resonate(path.join(__dirname, 'resonate.test-worker-b')) // this should start Worker
test('resonator send', () => {
})
test('resonator circular', () => {
})