Skip to content

Commit

Permalink
chore(endomoat): test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Mar 6, 2024
1 parent 0b16716 commit 67ad9ac
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
@@ -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"}]'
Binary file not shown.
1 change: 0 additions & 1 deletion 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'
Expand Down

0 comments on commit 67ad9ac

Please sign in to comment.