2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-17 11:22:20 +00:00

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

View File

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