UNPKG
@aureooms/js-2sat
Version:
latest (0.0.3)
0.0.3
2-Satisfiability code bricks for JavaScript
aureooms.github.io/js-2sat/
aureooms/js-2sat
@aureooms/js-2sat
/
test
/
src
/
dummy.js
9 lines
(5 loc)
•
135 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
test
from
'ava'
;
import
*
as
_2sat
from
'../../src'
;
test
(
"dummy"
,
t
=>
{ t.
truthy
(
false
,
"tests implemented"
) ; } ) ;