Support testing with node on windows

This commit is contained in:
Luke Page
2012-07-28 18:30:54 +01:00
parent 0d61ea6449
commit d2d7042c9e
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
js: `1 + 1`;
js: `"hello world"`;
js: `[1, 2, 3]`;
title: `process.title`;
title: `typeof process.title`;
ternary: `(1 + 1 == 2 ? true : false)`;
}
.scope {