Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Luc Didry
kresus
Commits
1b37ae7e
Commit
1b37ae7e
authored
May 06, 2019
by
Benjamin Bouvier
Browse files
[tests] Remove extra eslint configure lines in databases;
parent
5806f888
Pipeline
#132928
passed with stages
in 8 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/database/migrations.js
View file @
1b37ae7e
/* eslint-disable no-console */
// There's a bug between eslint and prettier with spacing around async arrow
// functions, so we need to explicitly use async functions instead.
/* eslint-disable prefer-arrow-callback */
// Testing for undefined values is done in a way that makes the linter thinks the line is unused.
/* eslint-disable no-unused-expressions */
import
{
UNKNOWN_OPERATION_TYPE
}
from
'
../../shared/helpers
'
;
let
Accesses
=
null
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment