UNPKG
@streamplace/chloride
Version:
latest (2.2.12)
2.2.12
2.2.11
2.2.10
node.js sodium bindings + pure js polyfil
github.com/dominictarr/chloride
dominictarr/chloride
@streamplace/chloride
/
test.js
14 lines
(8 loc)
•
235 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
var
test =
require
(
'chloride-test'
)
//if(process.title === 'node')
process.
exit
(
test
(
require
(
'./'
)).fail +
test
(
require
(
'./bindings'
)).fail +
test
(
require
(
'./browser-small'
)).fail +
test
(
require
(
'./browser'
)).fail )