Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from dclark27/RemovingTestsFromBuild
Browse files Browse the repository at this point in the history
Removing tests from build folder
  • Loading branch information
dclark27 authored Dec 14, 2018
2 parents 08d967c + 768885e commit e9310c6
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 14 deletions.
28 changes: 21 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-typescript-react-library",
"version": "0.1.0",
"version": "0.2.1",
"main": "build/lib/index.js",
"types": "build/lib/index.d.ts",
"files": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Link changes the class when hovered 1`] = `
<button
className="btn btn-default"
disabled={false}
type="button"
>
<button>
Cute button!
</button>
`;
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"exclude": [
"build",
"node_modules",
"src/stories"
"src/**/*.stories.tsx",
"src/**/*.test.tsx"
]
}

0 comments on commit e9310c6

Please sign in to comment.