* tests: add various e2e tests for MPR and measurements wip add cypress config feat: add mode and extension for testing add hp applied through search params add MPR tests apply review comments add more e2e tests update yarn lock * fix unit tests failing
6 lines
89 B
JavaScript
6 lines
89 B
JavaScript
import packageJson from '../package.json';
|
|
|
|
const id = packageJson.name;
|
|
|
|
export { id };
|