Skip to content

Commit

Permalink
refactor: Moved source files to /src. Moved test files to client and …
Browse files Browse the repository at this point in the history
…server side tests. Added karma for front-end testing.
  • Loading branch information
yamikuronue committed Dec 16, 2016
1 parent 2a146b6 commit f42b962
Show file tree
Hide file tree
Showing 14 changed files with 501 additions and 200 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ lint: .FORCE
eslint debug.js

test: .FORCE
mocha

mocha test/server/**.js
karma start --single-run

.PHONY: all install clean distclean
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "visionmedia-debug",
"main": "./debug.js",
"main": "./src/debug.js",
"homepage": "https://github.com/visionmedia/debug",
"authors": [
"TJ Holowaychuk <tj@vision-media.ca>",
Expand Down
6 changes: 3 additions & 3 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"log",
"debugger"
],
"main": "browser.js",
"main": "src/browser.js",
"scripts": [
"browser.js",
"debug.js"
"src/browser.js",
"src/debug.js"
],
"dependencies": {
"rauchg/ms.js": "0.7.1"
Expand Down
Loading

0 comments on commit f42b962

Please sign in to comment.