mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
9 lines
256 B
JavaScript
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";
|