Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pubsweet-starter
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pubsweet
pubsweet-starter
Commits
3012536b
Commit
3012536b
authored
Feb 26, 2020
by
Jure
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: ignore jest/no-test-callback in non-jest tests
parent
90ee2927
Pipeline
#13548
passed with stages
in 9 minutes and 59 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
test/admin.test.js
test/admin.test.js
+1
-0
test/guest.test.js
test/guest.test.js
+1
-0
No files found.
test/admin.test.js
View file @
3012536b
...
...
@@ -15,6 +15,7 @@ fixture('Admin user')
admin
=
result
.
userData
})
// eslint-disable-next-line jest/no-test-callback
test
(
'
Password reset journey
'
,
async
t
=>
{
// start mail server
mailHelper
.
start
()
...
...
test/guest.test.js
View file @
3012536b
...
...
@@ -8,6 +8,7 @@ fixture('Guest user')
await
setup
()
})
// eslint-disable-next-line jest/no-test-callback
test
(
'
Signup journey
'
,
async
t
=>
{
const
user
=
{
username
:
faker
.
internet
.
domainWord
(),
...
...
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