UNPKG

coreflow

Version:

manage docker and scale applications across servers

10 lines (6 loc) 171 B
import { tap, expect } from 'tapbundle' import coreflow = require('../dist/index') tap.test('should startup correctly', async () => { coreflow.start() }) tap.start()