| 1 | // Only use native node.js API's and references to ./lib here, this file is not transpiled! |
| 2 | const path = require('node:path') |
| 3 | const assert = require('node:assert') |
| 4 | const { createSnapshotFromFactories, validateBundle } = require('../../lib/cjs/utils/snapshot') |
nothing calls this directly
no test coverage detected