Fix test configuration for nodejs.
This commit is contained in:
parent
335d926c44
commit
7adf93ef0f
4 changed files with 18 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
var char_strings = require("char_strings");
|
||||
var char_strings = require("./char_strings");
|
||||
|
||||
var assertIsEqual = function(expected, actual) {
|
||||
if (expected !== actual) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue