A Chrome devtools extension for Brick Next developers. Check it out on Chrome Webstore.
npm install
npm start
Follow official tutorial, when loading unpacked extension, choose the brick-next-devtools/extension
directory.
Supports Chrome >= 57 in production, and last 2 Chrome versions in development.
npm test
To test a specified file:
npm test src/some-file.spec.ts
To test a specified file in watch mode:
npm test src/some-file.spec.ts -- --watch
To test a specified file and collect coverage from related files only:
npm test src/some-file.spec.ts -- --no-collect-coverage-from
npm run release
npm run build
npm run zip
Upload zip file through Chrome Web Store Developer Dashboard.