Skip to content

Commit

Permalink
pass all tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dummy committed Feb 2, 2019
1 parent cdab422 commit 3444728
Show file tree
Hide file tree
Showing 16 changed files with 2,669 additions and 1,995 deletions.
18 changes: 18 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}\\dist\\src\\Index.js",
"preLaunchTask": "tsc: build - tsconfig.json",
"outFiles": [
"${workspaceFolder}/dist/**/*.js"
]
}
]
}
45 changes: 31 additions & 14 deletions dist/spec/index.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3444728

Please sign in to comment.