Skip to content

Commit 5b7775f

Browse files
committed
chore(tests): tests
1 parent ae1cc56 commit 5b7775f

8 files changed

Lines changed: 0 additions & 17 deletions

File tree

doc/7/getting-started/node-js/snippets/create.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
"use strict";
2-
31
// Loads the Kuzzle SDK modules
42
const { Kuzzle, WebSocket } = require("kuzzle-sdk");
53

doc/7/getting-started/node-js/snippets/init.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
"use strict";
2-
31
// Loads the Kuzzle SDK modules
42
const { Kuzzle, WebSocket } = require("kuzzle-sdk");
53

doc/7/getting-started/node-js/snippets/load-sdk.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
"use strict";
2-
31
const { Kuzzle, WebSocket } = require("kuzzle-sdk");
42

53
// Replace 'kuzzle' with your Kuzzle server hostname (e.g. 'localhost')

doc/7/getting-started/node-js/snippets/prepare-db.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
/* eslint-disable no-undef */
2-
"use strict";
3-
41
const run = async () => {
52
try {
63
// Connects to the Kuzzle server

doc/7/getting-started/node-js/snippets/subscribe.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
"use strict";
2-
31
// Loads the Kuzzle SDK modules
42
const { Kuzzle, WebSocket } = require("kuzzle-sdk");
53

doc/7/getting-started/webpack/snippets.disabled/init-kuzzle.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
"use strict";
2-
31
// load the Kuzzle SDK module
42
/* snippet:start:1 */
53
const { Kuzzle, WebSocket } = require("kuzzle-sdk");

doc/7/getting-started/webpack/snippets.disabled/subscribe.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
"use strict";
2-
31
// load the Kuzzle SDK module
42
const { Kuzzle, WebSocket } = require("kuzzle-sdk");
53

doc/7/protocols/websocket/constructor/snippets/constructor.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
"use strict";
2-
31
// Loads the WebSocket protocol
42
const { Kuzzle, WebSocket } = require("kuzzle-sdk");
53

0 commit comments

Comments
 (0)