1
0
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:
Matthias Kretschmann 2018-12-15 17:55:38 +01:00 committed by GitHub
commit 6692b17acd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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",

View File

@ -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'