wasmer-pack-testing 0.7.1

Wasmer Pack Integration Testing Framework
Documentation
1
2
3
4
5
6
/** @type {import('jest').Config} */
const config = {
  verbose: true,
  testPathIgnorePatterns: ["node_modules", "snapshots"],
};
module.exports = config;