Make javascript test-suite work with nodejs.
This commit is contained in:
parent
cef82c720f
commit
8bbd928831
37 changed files with 98 additions and 39 deletions
|
|
@ -1,5 +1,6 @@
|
|||
var abstract_access = require("./abstract_access");
|
||||
|
||||
var d = new abstract_access.D()
|
||||
if (d.do_x() != 1) {
|
||||
throw "Error";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue