diff --git a/package.json b/package.json index f759fe5..ae49473 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "fmt:check": "oxfmt --check", "typecheck": "tsc --noEmit", "test": "tsx --test '**/*.test.ts'", - "test:ci": "NODE_ENV=test node --test dist/**/*.test.js", + "test:ci": "NODE_ENV=test node --test \"dist/**/*.test.js\"", "prepare": "husky", "pre-commit": "lint-staged", "sync-guides": "tsx src/scripts/sync-guides.ts", diff --git a/src/features/docs/utils.ts b/src/features/docs/utils.ts index 7f4e205..faa1af9 100644 --- a/src/features/docs/utils.ts +++ b/src/features/docs/utils.ts @@ -101,9 +101,18 @@ export const executeDocCommand = async ( }; export const NON_BASELINE_FEATURES = [ + 'display-grid-lanes', + 'grid-lanes', + 'navigator-modelcontext', 'numeric-seperators', 'open-closed', + 'rect-xywx', 'single-color-gradients', + 'text-wrap-mode', + 'text-wrap-nowrap', + 'text-wrap-stable', + 'text-wrap-style', + 'web-install', ]; export const getBaselineFeatures = ( originalFeatures: Record,