Fix wrong parameter for test options

This commit is contained in:
Jia Hao 2016-01-29 13:34:53 +08:00
parent 0abde3e865
commit a9c294b4b6
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ describe('Nativefier Module', function() {
const options = {
name: 'google-test-app',
targetUrl: 'http://google.com',
outDir: tmpPath,
out: tmpPath,
overwrite: true,
platform: null
};