UNPKG
picanhajs
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.994
0.0.993
0.0.992
0.0.991
0.0.99
0.0.98
0.0.96
0.0.95
0.0.94
0.0.93
0.0.92
0.0.9
A tasty website static generator
github.com/PicanhaLabs
PicanhaLabs/PicanhaJS
picanhajs
/
test
/
CustomErrorsTest.js
16 lines
(7 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
'use strict'
;
// dependencies
var
assert =
require
(
'chai'
).
assert
;
// classes
var
CustomErrors
=
require
(
'../bin/lib_1.1/CustomErrors'
);
describe
(
'CustomErrors'
,
function
(
) { });