xref: /third_party/node/deps/npm/node_modules/retry/test/common.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/deps/npm/node_modules/retry/test/
11cb0ef41Sopenharmony_civar common = module.exports;
21cb0ef41Sopenharmony_civar path = require('path');
31cb0ef41Sopenharmony_ci
41cb0ef41Sopenharmony_civar rootDir = path.join(__dirname, '..');
51cb0ef41Sopenharmony_cicommon.dir = {
61cb0ef41Sopenharmony_ci  lib: rootDir + '/lib'
71cb0ef41Sopenharmony_ci};
81cb0ef41Sopenharmony_ci
91cb0ef41Sopenharmony_cicommon.assert = require('assert');
101cb0ef41Sopenharmony_cicommon.fake = require('fake');

Indexes created Thu Nov 07 10:32:03 CST 2024