Skip to content

Commit 206a548

Browse files
.
1 parent f43c24d commit 206a548

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

app.js

-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
/*************Test******************/
2-
var test = require('unit.js');
3-
var str = 'Hello, world!';
4-
5-
test.string(str).startsWith('Hello');
6-
7-
if (test.string(str).startsWith('Hello')) {
8-
console.log('Passed');
9-
}
10-
/***********************************/
111
var port = process.env.PORT || 3000,
122
http = require('http'),
133
fs = require('fs'),

0 commit comments

Comments
 (0)