Lines Matching +full:require +full:- +full:common +full:- +full:first
3 const common = require('../common'); constant
4 const tmpdir = require('../common/tmpdir');
5 const assert = require('assert');
6 const initHooks = require('./init-hooks');
7 const { checkInvocations } = require('./hook-checks');
8 const fs = require('fs');
9 const path = require('path');
11 if (!common.isMainThread)
12 common.skip('Worker bootstrapping works differently -> different async IDs');
36 // Install first file watcher.
61 common.platformTimeout(100));
62 w1.on('change', common.mustCallAtLeast((curr, prev) => {
71 'watcher1: when unwatched first file');
73 'watcher2: when unwatched first file');
76 common.platformTimeout(100));
77 w2.on('change', common.mustCallAtLeast((curr, prev) => {