Searched refs:testModule (Results 1 – 4 of 4) sorted by relevance
32 const testModule = require('./testModule'); constant135 Imported via './testModule' from file '../emit-composite/src/index.js'
22 let testModule; // Lazy loaded due to circular dependency. variable25 testModule ??= require('internal/test_runner/test');26 return testModule;
98 testModule
514 def testModule(self): member in InstancingTestCase