Build(deps-dev): bump eslint-plugin-import from 2.17.3 to 2.18.0; autofixes (#3671)
* Build(deps-dev): bump eslint-plugin-import from 2.17.3 to 2.18.0 Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.17.3 to 2.18.0. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.17.3...v2.18.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Autofixes
This commit is contained in:
committed by
Paul Melnikow
parent
a47d9a9db3
commit
294aa1e1df
@@ -1,9 +1,9 @@
|
||||
'use strict'
|
||||
|
||||
const Joi = require('@hapi/joi')
|
||||
const { NotFound } = require('..')
|
||||
const { colorScale } = require('../color-formatters')
|
||||
const ScrutinizerBase = require('./scrutinizer-base')
|
||||
const { NotFound } = require('..')
|
||||
|
||||
const schema = Joi.object({
|
||||
default_branch: Joi.string().required(),
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
const { expect } = require('chai')
|
||||
const { test, given } = require('sazerac')
|
||||
const { NotFound } = require('..')
|
||||
const [ScrutinizerCoverage] = require('./scrutinizer-coverage.service')
|
||||
const { NotFound } = require('..')
|
||||
|
||||
describe('ScrutinizerCoverage', function() {
|
||||
test(ScrutinizerCoverage.render, () => {
|
||||
|
||||
Reference in New Issue
Block a user