Fix test configuration for nodejs.

This commit is contained in:
Oliver Buchtala 2013-09-26 04:13:32 +02:00
commit 7adf93ef0f
4 changed files with 18 additions and 8 deletions

View file

@ -1,4 +1,4 @@
var char_strings = require("char_strings");
var char_strings = require("./char_strings");
var assertIsEqual = function(expected, actual) {
if (expected !== actual) {