We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 24fab81Copy full SHA for 24fab81
index.js
@@ -0,0 +1 @@
1
+module.exports = (message) => message.toUpperCase();
package.json
@@ -0,0 +1,24 @@
+{
2
+ "name": "mock-echo",
3
+ "version": "1.0.0",
4
+ "description": "Mock laravel Echo",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+ssh://[email protected]/alexxiyang/mock-echo.git"
12
13
+ "keywords": [
14
+ "Laravel",
15
+ "Echo",
16
+ "Testing"
17
+ ],
18
+ "author": "Alex Yang",
19
+ "license": "MIT",
20
+ "bugs": {
21
+ "url": "https://github.com/alexxiyang/mock-echo/issues"
22
23
+ "homepage": "https://github.com/alexxiyang/mock-echo#readme"
24
+}
0 commit comments