summaryrefslogtreecommitdiff
path: root/test/async-hooks/test-fseventwrap.js
diff options
context:
space:
mode:
authorArtur Hayrapetyan <hayarur@gmail.com>2018-10-12 10:35:08 -0700
committerDaniel Bevenius <daniel.bevenius@gmail.com>2018-10-15 07:41:12 +0200
commit2a1492a00dc07516e1446c9504a60c03dc4cef12 (patch)
tree0bf9827ef5df6c7a1083f0358ae05f27d07977ba /test/async-hooks/test-fseventwrap.js
parent98d1d53b2009b72ef85792977d3cf68e2118b381 (diff)
downloadandroid-node-v8-2a1492a00dc07516e1446c9504a60c03dc4cef12.tar.gz
android-node-v8-2a1492a00dc07516e1446c9504a60c03dc4cef12.tar.bz2
android-node-v8-2a1492a00dc07516e1446c9504a60c03dc4cef12.zip
test: move tick.js from test/async-hooks to test/common
PR-URL: https://github.com/nodejs/node/pull/23551 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'test/async-hooks/test-fseventwrap.js')
-rw-r--r--test/async-hooks/test-fseventwrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/async-hooks/test-fseventwrap.js b/test/async-hooks/test-fseventwrap.js
index 56ada05b76..8608075c82 100644
--- a/test/async-hooks/test-fseventwrap.js
+++ b/test/async-hooks/test-fseventwrap.js
@@ -3,7 +3,7 @@ const common = require('../common');
const assert = require('assert');
const initHooks = require('./init-hooks');
-const tick = require('./tick');
+const tick = require('../common/tick');
const { checkInvocations } = require('./hook-checks');
const fs = require('fs');