UNPKG
@gullerya/just-test
Version:
latest (4.0.6)
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
JavaScript multiplatform tests runner
github.com/gullerya/just-test
gullerya/just-test
@gullerya/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
); } }