Skip to content

Commit 919b606

Browse files
committed
[tests] Tool fixtures
1 parent 9160ae0 commit 919b606

File tree

2 files changed

+1762
-22
lines changed

2 files changed

+1762
-22
lines changed

src/types/docs/tools.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@
413413
* // -> `export type Tables = {pets?: {[rowId: Id]: {price?: number}}};`
414414
*
415415
* const tsLines = ts.split('\n');
416-
* console.log(tsLines[84]);
416+
* console.log(tsLines[89]);
417417
* // -> ' hasPetsTable: (): boolean => store.hasTable(PETS),'
418418
* ```
419419
* @example
@@ -433,7 +433,7 @@
433433
* // -> 'export type Tables = {pets?: {[rowId: Id]: {price: number}}};'
434434
*
435435
* const tsLines = ts.split('\n');
436-
* console.log(tsLines[86]);
436+
* console.log(tsLines[91]);
437437
* // -> ' hasPetsTable: (): boolean => store.hasTable(PETS),'
438438
* ```
439439
* @category Modelling

0 commit comments

Comments
 (0)