Skip to content

Commit

Permalink
-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick committed Nov 6, 2023
1 parent 0c42e02 commit dd2b793
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"storybook": "storybook dev -p 6006",
"storybook:deploy": "firebase deploy --only hosting:qti-components",
"storybook:build": "storybook build",
"storybook:test": "test-storybook --coverage",
"storybook:test": "test-storybook",
"npm publish": "np",
"cem": "cem analyze --watch",
"lint": "eslint src/lib/**",
Expand Down Expand Up @@ -123,6 +123,7 @@
"nodemon": "^3.0.1",
"np": "^8.0.4",
"path-browserify": "^1.0.1",
"playwright": "^1.39.0",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"postcss-nesting": "^12.0.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { expect } from '@jest/globals';

import { QtiAssessmentItem, QtiLookupOutcomeValue } from '@citolab/qti-components/qti-components';
import { render } from 'lit';
import './qti-lookup-outcome-value';
import { Default } from './qti-lookup-outcome-value.stories';
import { expect } from '@storybook/jest';

// import { composeStory } from '@storybook/web-components';
// const FormError = composeStory(DefaultStory, Meta);
Expand Down

0 comments on commit dd2b793

Please sign in to comment.