@nanoporetech-digital/components
v8.17.2
Published
A collection of Oxford Nanopore corporate / digital webcomponents
Readme
Nano-Components
A continually evolving suite of web-components specifically tailored to the requirements of all Nanopore Digital web applications.
To contribute
$ npm installThen you can either run a simple dev server. This will watch / livereload component files and src/index.html - use index.html as a playground:
npm run devDebugging wdio tests
- Run 1 test with
pnpm wdio --spec=debug.test --watch - Run a test build at the same time
pnpm stencil.build.watch
Update wdio visual snapshots
Append
--update-visual-baselineTo any wdio / test.cmp task or alternatively, delete the images within __tests__/__snapshots__
