Skip to content

Commit

Permalink
chore(react-list-preview): Add bundle size tests (#31658)
Browse files Browse the repository at this point in the history
  • Loading branch information
george-cz authored Jun 12, 2024
1 parent 20d768a commit 414d5e1
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Add bundle size tests",
"packageName": "@fluentui/react-list-preview",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { List } from '@fluentui/react-list-preview';

console.log(List);

export default {
name: 'List',
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { ListItem } from '@fluentui/react-list-preview';

console.log(ListItem);

export default {
name: 'ListItem',
};
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"license": "MIT",
"scripts": {
"build": "just-scripts build",
"bundle-size": "monosize measure",
"clean": "just-scripts clean",
"generate-api": "just-scripts generate-api",
"lint": "just-scripts lint",
Expand Down

0 comments on commit 414d5e1

Please sign in to comment.