-
Notifications
You must be signed in to change notification settings - Fork 134
Add tests and travis CI #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
fff044c
to
c9c26de
Compare
@@ -0,0 +1,4 @@ | |||
// Place your settings in this file to overwrite default and user settings. | |||
{ | |||
"editor.insertSpaces": true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ironically, this uses tabs. 😄
Change to 4 spaces I guess.
We shouldn't be committing the .d.ts files in |
@DanielRosenwasser any other comments? |
} | ||
|
||
for (var file of fs.readdirSync('cases')) { | ||
var text = fs.readFileSync('cases/' + file, 'utf8'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
const
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use path.join
No description provided.