Skip to content

Commit

Permalink
Header and Nav Components (#31)
Browse files Browse the repository at this point in the history
* Exports Navigation Component and DRT Theme
* Improves test coverage
* Removes WIP components.

---------

Co-authored-by: jackson <Jackson Hyde>
  • Loading branch information
jacksonhyde authored Aug 20, 2024
1 parent 51cfa38 commit fa44d1a
Show file tree
Hide file tree
Showing 24 changed files with 806 additions and 1,382 deletions.
15 changes: 13 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test:generate-output": "jest --json --outputFile=.jest-test-results.json || true",
"build": "rimraf dist && rollup -c",
"dev": "rollup -c -w",
"test": "jest -ci",
"test": "DEBUG_PRINT_LIMIT=100000 jest -ci --verbose",
"test-ci": "jest -ci",
"lint": "eslint src",
"prebuild:storybook": "npm run test:generate-output",
Expand Down Expand Up @@ -54,6 +54,7 @@
"@svgr/rollup": "^8.1.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^14.0.0",
"@types/css-mediaquery": "^0.1.4",
"@types/jest": "^29.5.12",
"@types/react": "^18.0.33",
"@typescript-eslint/eslint-plugin": "^5.57.1",
Expand Down Expand Up @@ -101,10 +102,9 @@
"@storybook/icons": "^1.2.9",
"@svgr/webpack": "^8.1.0",
"css-loader": "^7.1.2",
"css-mediaquery": "^0.1.2",
"install-peers": "^1.0.4",
"postcss": "^8.4.38",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0"
}
Expand Down
Loading

0 comments on commit fa44d1a

Please sign in to comment.