• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1'use strict';
2
3const common = require('../../common');
4const { testResolveAsync } = require(`./build/${common.buildType}/binding`);
5
6testResolveAsync().then(common.mustCall());
7