A Chrome extension for debugging and understanding Mezzurite
Перейти к файлу
C. Naoto Abreu Takemura 01cf04ea72
Merge pull request #31 from Microsoft/caabreut/unit-tests
Add unit tests for some of the extension's 'backend' functionality
2019-02-01 15:11:27 -08:00
__mocks__ Add jest and sample unit test 2019-01-23 15:08:08 -08:00
res/img Refactored the project entirely. Removed having a separate chrome/ folder and deduplicated all files across chrome/ and src/. Configured webpack to have multiple entry points: one per separately executing Chrome extension script. Updated scripts and manifest.json to correctly reference the *.bundle.js files. Reorganized images under a res/img/ folder. 2018-12-31 15:37:21 -08:00
src Merge pull request #31 from Microsoft/caabreut/unit-tests 2019-02-01 15:11:27 -08:00
.babelrc Got an example React application to load properly in the DevTools panel page. Rolled out a simple custom webpack setup for building the application. 2018-12-05 11:59:26 -08:00
.eslintrc.json Add jest and sample unit test 2019-01-23 15:08:08 -08:00
.gitignore Add jest and sample unit test 2019-01-23 15:08:08 -08:00
.stylelintrc.json Add stylelint 2019-01-22 12:04:45 -08:00
CONTRIBUTING.md Renamed the README.md to CONTRIBUTING.md, as its contents were specifically for contribution. 2018-11-13 16:24:54 -08:00
LICENSE Initial commit 2018-11-06 12:44:29 -08:00
README.md Created README.md for future addition of information. Linked to CONTRIBUTING.md from within README.md. 2018-11-13 16:28:45 -08:00
jest.config.js Updated jest config to ignore index.js files from coverage metrics. 2019-01-31 13:14:30 -08:00
package-lock.json Install react-modal 2019-01-31 14:17:37 -08:00
package.json Install react-modal 2019-01-31 14:17:37 -08:00
webpack.config.js Mostly refactored the injected script(inline) into modular and testable components. 2019-01-29 20:44:39 -08:00

README.md

Mezzurite-DevTools

This extension helps developers verify their web application's onboarding onto Mezzurite.

Contributions

To read about contributing to this repo, click here