Files
meteor/tools/tests/apps/modules/packages/modules-test-plugin/modules-test-plugin.js

9 lines
256 B
JavaScript

import { strictEqual } from "assert";
// This tests the ./oyez-transform.js plugin, which replaces any "OYEZ"
// string literal with "ASDF".
strictEqual("OYEZ", "ASDF");
export { default as one } from "./one";
export { default as array } from "./array";