UNPKG

442 BJSONView Raw
1{
2 "common": {
3 "exercise": {
4 "fail": {
5 "connection": "Error connecting to {{{address}}}: {{{message}}}",
6 "invalid_export": "Your solution is not exporting a function"
7 }
8 }
9 },
10 "exercises": {
11 "WEBSOCKETS": {
12 "pass": {
13 "message": "Message received correctly from ws client"
14 },
15 "fail": {
16 "message": "Message received from ws client is not correct"
17 }
18 }
19 }
20}