2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-20 21:10:34 +03:00

chore: update build header

This commit is contained in:
pimlie
2019-04-20 11:50:08 +02:00
parent 7663b7a513
commit d6b865109f
2 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
import fs from 'fs'
import path from 'path'
import env from 'node-env-file'
import { browser as startBrowser } from 'tib'
import { createBrowser } from 'tib'
const browserString = process.env.BROWSER_STRING || 'puppeteer/core'
@@ -21,7 +21,7 @@ describe(browserString, () => {
}
}
browser = await startBrowser(browserString, {
browser = await createBrowser(browserString, {
BrowserStackLocal: { folder },
extendPage(page) {
return {