Skip to content

Commit d81c098

Browse files
committed
[tools] Tests
1 parent b6d6c32 commit d81c098

File tree

2 files changed

+96
-8
lines changed

2 files changed

+96
-8
lines changed

src/types/docs/tools.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
* // -> `export type Tables = {pets?: {[rowId: Id]: {price?: number}}};`
415415
*
416416
* const tsLines = ts.split('\n');
417-
* console.log(tsLines[83]);
417+
* console.log(tsLines[84]);
418418
* // -> ' hasPetsTable: (): boolean => store.hasTable(PETS),'
419419
* ```
420420
* @example
@@ -435,7 +435,7 @@
435435
* // -> 'export type Tables = {pets?: {[rowId: Id]: {price: number}}};'
436436
*
437437
* const tsLines = ts.split('\n');
438-
* console.log(tsLines[85]);
438+
* console.log(tsLines[86]);
439439
* // -> ' hasPetsTable: (): boolean => store.hasTable(PETS),'
440440
* ```
441441
* @category Modelling

0 commit comments

Comments
 (0)