diff --git a/test/fixture/dtsm-installFromFile.json b/test/fixture/dtsm-installFromFile.json index 30725b1..04dc8d4 100644 --- a/test/fixture/dtsm-installFromFile.json +++ b/test/fixture/dtsm-installFromFile.json @@ -5,11 +5,11 @@ "ref": "master" } ], - "path": "test-tmp/installFromFile", - "bundle": "test-tmp/installFromFile/bundle.d.ts", + "path": "../../test-tmp/installFromFile", + "bundle": "../../test-tmp/installFromFile/bundle.d.ts", "dependencies": { "atom/atom.d.ts": { "ref": "master" } } -} \ No newline at end of file +} diff --git a/test/fixture/dtsm-update.json b/test/fixture/dtsm-update.json index 73c631b..57b67d7 100644 --- a/test/fixture/dtsm-update.json +++ b/test/fixture/dtsm-update.json @@ -5,11 +5,11 @@ "ref": "master" } ], - "path": "test-tmp/update", - "bundle": "test-tmp/update/bundle.d.ts", + "path": "../../test-tmp/update", + "bundle": "../../test-tmp/update/bundle.d.ts", "dependencies": { "es6-promise/es6-promise.d.ts": { "ref": "8b077e4f05910a405387f4fcfbe84e8b8f15d6bd" } } -} \ No newline at end of file +}