Line separators are hard okay

This commit is contained in:
Ash Wilson 2019-04-19 13:59:30 -04:00
parent 97c4038906
commit 1a123c06ef
No known key found for this signature in database
GPG Key ID: BC88E787577BAF62

View File

@ -106,7 +106,7 @@ describe('AtomWindow', function () {
assert.strictEqual(browserWindow.webContents.getURL(), url.format({
protocol: 'file',
pathname: `${resourcePath}/static/index.html`,
pathname: `${resourcePath.replace(/\\/g, '/')}/static/index.html`,
slashes: true
}))
})