UNPKG
just-test
Version:
latest (3.0.4)
3.0.4
3.0.3
3.0.2
3.0.1
2.3.13
2.3.12
2.3.11
2.3.10
2.3.7
2.3.6
2.3.5
2.3.3
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
0.1.0
0.0.1
JavaScript tests runner
github.com/gullerya/just-test
gullerya/just-test
just-test
/
bin
/
testing
/
model
/
test-error.js
9 lines
•
196 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export
class
TestError
{
constructor
(name, type, message, stacktrace) {
this
.name = name;
this
.type = type;
this
.message = message;
this
.stacktrace = stacktrace; Object.seal(
this
); } }