fast/.eslintignore

16 строки
202 B
Plaintext
Исходник Обычный вид История

# Never lint test files
*.spec.ts
Use Playwright with Storybook for component tests in fast-foundation (#6189) * add playwright and remove karma from fast-foundation * make ElementsFilter type arguments optional * convert utilities tests to playwright - Simplify whitespaceFilter and getDirection functions - Add getDirection tests * convert accordion tests to playwright * convert accordion-item tests to playwright * convert anchor tests to playwright * convert anchored-region tests to playwright * add slottedBreadcrumbItemFilter - Add prev and next to slottedBreadcrumbItemsChanged method - Add isBreadcrumbItem filter function * convert breadcrumb tests to playwright * convert breadcrumb-item tests to playwright * mark formnovalidate as boolean attribute in button template * convert breadcrumb-item tests to playwright * convert button tests to playwright * clean up extra spacing in checkbox template * convert checkbox tests to playwright * reset combobox value if no first selected option * convert combobox tests to playwright * allow cell templates to be SyntheticViewTemplate or string * use lookup for data-grid-cell template role and class * convert data-grid tests to playwright * convert data-grid-row tests to playwright * convert data-grid-cell tests to playwright * convert dialog tests to playwright * convert disclosure tests to playwright * convert divider tests to playwright * convert flipper tests to playwright * convert horizontal-scroll tests to playwright * convert listbox-option tests to playwright * convert listbox tests to playwright * menu should not navigate to hidden items when set after connection * convert menu tests to playwright * convert menu-item tests to playwright * convert number-field tests to playwright * convert progress tests to playwright * convert progress-ring tests to playwright * convert radiogroup tests to playwright * convert radio tests to playwright * convert search tests to playwright * convert select tests to playwright * ensure slider value is within min and max limits * convert slider tests to playwright * convert slider-label tests to playwright * use whitespaceFilter with switch template * convert switch tests to playwright * convert tab tests to playwright * convert tab-panel tests to playwright * convert tabs tests to playwright * convert text-area tests to playwright * convert text-field tests to playwright * convert toolbar tests to playwright * convert tooltip tests to playwright * add ARIA attributes to tree-item * convert tree-item tests to playwright * convert tree-view tests to playwright * update api-report.md * update lockfile * Change files * wip * update playwright * update api-report.md * update imports * menu tests * tooltip tests * text-area tests * progress tests * horizontal-scroll tests * toolbar tests * make dialog tests syncronous * finish converting all tests to be synchronous * remove attribute enumeration * remove positioningRegion from radio-group * fix flaky tree-item test * ensure aria-expanded is only set when the tree-item has children * simplify rewritten combobox form reset fix * revert breadcrumb and breadcrumb item changes * revert checkbox template changes * use regex for toHaveClass assertions * revert unrelated number-field changes * remove unused import from radio-group template * revert unrelated search template changes * revert unrelated switch template changes * revert unrelated text-area template changes * revert unrelated text-field class and template changes * revert unrelated tree-item and tree-view changes * make tree-view tests synchronous * revert unrelated radio-group changes * revert unrelated search template changes * revert unrelated text-field template changes * update api-report and READMEs * revert unrelated combobox changes * revert unrelated data-grid-row template changes * revert unrelated menu-item template changes
2022-09-19 20:40:48 +03:00
!*.pw.spec.ts
# Never lint node_modules
node_modules
# Never lint build output
dist
# Never lint coverage output
feat: convert fast foundation to es module (#5797) * convert fast-foundation to type:module * move eslintrc to json file * fix formatting of json * add import extension rule * adding eslint as test step * re-path relative imports to .js extensions * fixing karma tests * Change files * Update packages/web-components/fast-foundation/src/text-area/text-area.ts Co-authored-by: Rob Barber <69695238+robarbms@users.noreply.github.com> * Update packages/web-components/fast-foundation/src/slider-label/slider-label.ts Co-authored-by: Rob Barber <69695238+robarbms@users.noreply.github.com> * Update packages/web-components/fast-foundation/src/select/select.ts Co-authored-by: Rob Barber <69695238+robarbms@users.noreply.github.com> * Update packages/web-components/fast-foundation/src/search/search.ts Co-authored-by: Rob Barber <69695238+robarbms@users.noreply.github.com> * Update packages/web-components/fast-foundation/src/picker/picker.ts Co-authored-by: Rob Barber <69695238+robarbms@users.noreply.github.com> * Update packages/web-components/fast-foundation/src/picker/picker.template.ts Co-authored-by: Rob Barber <69695238+robarbms@users.noreply.github.com> * Update packages/web-components/fast-foundation/src/patterns/start-end.ts Co-authored-by: Rob Barber <69695238+robarbms@users.noreply.github.com> * Update packages/web-components/fast-foundation/src/number-field/number-field.ts Co-authored-by: Rob Barber <69695238+robarbms@users.noreply.github.com> * Update packages/web-components/fast-foundation/src/number-field/number-field.ts Co-authored-by: Rob Barber <69695238+robarbms@users.noreply.github.com> * fixing import path Co-authored-by: nicholasrice <nicholasrice@users.noreply.github.com> Co-authored-by: Rob Barber <69695238+robarbms@users.noreply.github.com>
2022-04-05 19:49:10 +03:00
coverage
# Never lint karma configs
karma.conf.cjs