Relink test
This commit is contained in:
parent
c7aba01a06
commit
43315b4cf0
|
@ -8,7 +8,6 @@
|
|||
"preinstall": "cd .. && npm ci"
|
||||
},
|
||||
"dependencies": {
|
||||
"addon-tools-raub": "..",
|
||||
"chai": "4.2.0",
|
||||
"mocha": "6.2.0",
|
||||
"sinon": "7.3.2"
|
||||
|
|
|
@ -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'];
|
||||
|
|
Loading…
Reference in New Issue