fix bug when sorting falsyBool + cursor #120
Annotations
12 warnings
test (16.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint (16.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
lint (16.x):
src/JsonModel/JM-search.test.js#L268
Replace `·cols:·['id',·'x2']` with `⏎↹↹↹cols:·['id',·'x2'],⏎↹↹`
|
|
lint (16.x):
src/JsonModel/JM-search.test.js#L272
Replace `"cursor":·"!_N~1"` with `cursor:·'!_N~1'`
|
lint (16.x):
src/JsonModel/JM-search.test.js#L273
Replace `"items"` with `items`
|
lint (16.x):
src/JsonModel/JM-search.test.js#L274
Replace `"id":·2,·"x2"` with `id:·2,·x2`
|
lint (16.x):
src/JsonModel/JM-search.test.js#L275
Replace `"id":·4,·"x2"` with `id:·4,·x2`
|
lint (16.x):
src/JsonModel/JM-search.test.js#L276
Replace `"id":·6,↹"x2"` with `id:·6,·x2`
|
lint (16.x):
src/JsonModel/JM-search.test.js#L277
Replace `"id":·8,·"x2"` with `id:·8,·x2`
|
lint (16.x):
src/JsonModel/JM-search.test.js#L278
Replace `"id":·10,·"x2"` with `id:·10,·x2`
|