mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-01-03 18:35:00 +01:00
Merge pull request #79 from kremalicious/greenkeeper/ava-1.0.1
Update ava to the latest version 🚀
This commit is contained in:
commit
6692b17acd
@ -55,9 +55,10 @@
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.2.0",
|
||||
"@babel/node": "^7.2.0",
|
||||
"@babel/polyfill": "^7.0.0",
|
||||
"@babel/preset-env": "^7.2.0",
|
||||
"@svgr/webpack": "^4.1.0",
|
||||
"ava": "^0.25.0",
|
||||
"ava": "^1.0.1",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"chrome-launcher": "^0.10.5",
|
||||
"eslint": "^5.10.0",
|
||||
|
@ -1,5 +1,6 @@
|
||||
import '@babel/polyfill'
|
||||
import * as chromeLauncher from 'chrome-launcher'
|
||||
import { test } from 'ava'
|
||||
import test from 'ava'
|
||||
import lighthouse from 'lighthouse'
|
||||
import { siteMetadata } from '../gatsby-config'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user