Skip to content

Commit

Permalink
Merge branch 'master' of github.com:saurabhdaware/projectman into dev…
Browse files Browse the repository at this point in the history
…elop
  • Loading branch information
saurabhdaware committed Sep 7, 2019
2 parents 990043b + 6cca1ca commit ef24b2d
Show file tree
Hide file tree
Showing 6 changed files with 1,057 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ typings/

# next.js build output
.next

# OSX specific files
.DS_Store
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tests
15 changes: 15 additions & 0 deletions mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// This config file contains Mocha's defaults.
// As you can see, comments are allowed.
// This same configuration could be provided in the `mocha` property of your
// project's `package.json`.
{
"diff": true,
"extension": ["js"],
"opts": false,
"package": "./package.json",
"reporter": "spec",
"slow": 75,
"timeout": 2000,
"ui": "bdd"
}

Loading

0 comments on commit ef24b2d

Please sign in to comment.