Skip to content

Commit 600a82e

Browse files
committed
Initial commit
0 parents  commit 600a82e

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
lib-cov
2+
*.seed
3+
*.log
4+
*.csv
5+
*.dat
6+
*.out
7+
*.pid
8+
*.gz
9+
10+
pids
11+
logs
12+
results
13+
14+
npm-debug.log
15+
node_modules

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
angular-socket.io-mock
2+
======================
3+
4+
Mock Socket.io bindings for AngularJS, useful for testing as a drop in replacement

0 commit comments

Comments
 (0)