diff --git a/packages/endomoat/test/policy-gen/snapshots/policy-generator.spec.js.md b/packages/endomoat/test/policy-gen/snapshots/policy-generator.spec.js.md new file mode 100644 index 0000000000..9924cf73a0 --- /dev/null +++ b/packages/endomoat/test/policy-gen/snapshots/policy-generator.spec.js.md @@ -0,0 +1,11 @@ +# Snapshot report for `test/policy-gen/policy-generator.spec.js` + +The actual snapshot is saved in `policy-generator.spec.js.snap`. + +Generated by [AVA](https://avajs.dev). + +## PolicyGenerator - buildModuleRecords() is stable + +> Snapshot 1 + + '[{"file":"/index.js","importMap":{"app":"/node_modules/app/main.js"},"packageName":"$root$","specifier":"/index.js","type":"js"},{"file":"/node_modules/app/main.js","importMap":{"app":"/node_modules/app/main.js","avery":"/node_modules/avery/avery.js","brooke":"/node_modules/brooke/brooke.js","cjs":"/node_modules/cjs/index.js","clarke":"/node_modules/clarke/index.js","danny":"/node_modules/danny/src/index.js"},"packageName":"app","specifier":"/node_modules/app/main.js","type":"js"},{"file":"/node_modules/avery/avery.js","importMap":{},"packageName":"avery","specifier":"/node_modules/avery/avery.js","type":"js"},{"file":"/node_modules/brooke/brooke.js","importMap":{"clarke":"/node_modules/clarke/index.js"},"packageName":"brooke","specifier":"/node_modules/brooke/brooke.js","type":"js"},{"file":"/node_modules/cjs/index.js","importMap":{"clarke":"/node_modules/cjs/node_modules/clarke/index.js"},"packageName":"cjs","specifier":"/node_modules/cjs/index.js","type":"js"},{"file":"/node_modules/cjs/node_modules/clarke/index.js","importMap":{},"packageName":"clarke","specifier":"/node_modules/cjs/node_modules/clarke/index.js","type":"js"},{"file":"/node_modules/clarke/index.js","importMap":{},"packageName":"clarke","specifier":"/node_modules/clarke/index.js","type":"js"},{"file":"/node_modules/danny/src/index.js","importMap":{"danny/src/danny.js":"/node_modules/danny/src/danny.js"},"packageName":"danny","specifier":"/node_modules/danny/src/index.js","type":"js"},{"file":"/node_modules/danny/src/danny.js","importMap":{},"packageName":"danny","specifier":"/node_modules/danny/src/danny.js","type":"js"},{"file":"/node_modules/edwin/index.js","importMap":{},"packageName":"edwin","specifier":"/node_modules/edwin/index.js","type":"js"}]' diff --git a/packages/endomoat/test/policy-gen/snapshots/policy-generator.spec.js.snap b/packages/endomoat/test/policy-gen/snapshots/policy-generator.spec.js.snap new file mode 100644 index 0000000000..bce6cf0ca2 Binary files /dev/null and b/packages/endomoat/test/policy-gen/snapshots/policy-generator.spec.js.snap differ diff --git a/packages/endomoat/test/scenarios.spec.js b/packages/endomoat/test/scenarios.spec.js index 0acb7ed130..d1af6f90f2 100644 --- a/packages/endomoat/test/scenarios.spec.js +++ b/packages/endomoat/test/scenarios.spec.js @@ -1,6 +1,5 @@ /* eslint-disable ava/no-skip-test */ import test from 'ava' -// @ts-expect-error - needs types import { loadScenarios } from 'lavamoat-core/test/scenarios/index.js' // @ts-expect-error - needs types import { runAndTestScenario } from 'lavamoat-core/test/util.js'