UNPKG

@aureooms/js-2sat

Version:

2-Satisfiability code bricks for JavaScript

9 lines (5 loc) 135 B
import test from 'ava'; import * as _2sat from '../../src'; test( "dummy" , t => { t.truthy( false , "tests implemented" ) ; } ) ;