mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
ensure meteor modern is disabled for legacy build stack test
This commit is contained in:
@@ -17,6 +17,8 @@ async function writeModernConfig(s, modernConfig) {
|
||||
}
|
||||
|
||||
selftest.define("modern build stack - legacy", async function () {
|
||||
process.env.METEOR_MODERN = 'false';
|
||||
|
||||
const s = new Sandbox();
|
||||
await s.init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user