Relink test

This commit is contained in:
Luis Blanco 2019-08-07 11:07:42 +03:00
parent c7aba01a06
commit 43315b4cf0
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@
"preinstall": "cd .. && npm ci"
},
"dependencies": {
"addon-tools-raub": "..",
"chai": "4.2.0",
"mocha": "6.2.0",
"sinon": "7.3.2"

View File

@ -3,7 +3,7 @@
const { expect } = require('chai');
const { stub, spy } = require('sinon');
const tools = require('addon-tools-raub');
const tools = require('..');
const PROPS = ['bin', 'platform', 'include', 'mkdir', 'rm', 'cp'];