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.
1 parent 936a76b commit e3c7a47Copy full SHA for e3c7a47
test/v1/examples.test.js
@@ -274,12 +274,12 @@ describe('examples', () => {
274
});
275
276
277
- it('developer page example', done => {
+ it('language guide page example', done => {
278
const require = () => {
279
return {v1: neo4jV1};
280
};
281
282
- // tag::developer-page[]
+ // tag::language-guide-page[]
283
const neo4j = require('neo4j-driver').v1;
284
285
const driver = neo4j.driver(uri, neo4j.auth.basic(user, password));
@@ -299,7 +299,7 @@ describe('examples', () => {
299
// on application exit:
300
driver.close();
301
302
- // end::developer-page[]
+ // end::language-guide-page[]
303
304
testResultPromise.then(loggedMsg => {
305
expect(loggedMsg).toEqual(personName);
0 commit comments