Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
cda92f32
Commit
cda92f32
authored
Jun 15, 2021
by
picklesrus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix lint
parent
91f1c7cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
test/unit/redux/studio-permissions.test.js
test/unit/redux/studio-permissions.test.js
+2
-1
No files found.
test/unit/redux/studio-permissions.test.js
View file @
cda92f32
...
@@ -23,7 +23,8 @@ import {
...
@@ -23,7 +23,8 @@ import {
}
from
'
../../../src/redux/studio-permissions
'
;
}
from
'
../../../src/redux/studio-permissions
'
;
import
{
getInitialState
as
getInitialStudioState
}
from
'
../../../src/redux/studio
'
;
import
{
getInitialState
as
getInitialStudioState
}
from
'
../../../src/redux/studio
'
;
import
{
getInitialState
as
getInitialSessionState
,
selectHasFetchedSession
,
selectUserId
,
selectUsername
,
Status
}
from
'
../../../src/redux/session
'
;
import
{
getInitialState
as
getInitialSessionState
,
selectUserId
,
selectUsername
,
Status
}
from
'
../../../src/redux/session
'
;
import
{
sessions
,
studios
}
from
'
../../helpers/state-fixtures.json
'
;
import
{
sessions
,
studios
}
from
'
../../helpers/state-fixtures.json
'
;
let
state
;
let
state
;
...
...
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