Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
concordant
Software
c-sudoku
Commits
91a7a0e3
Commit
91a7a0e3
authored
Apr 26, 2021
by
Yannick Li
Browse files
Fix ESLint errors
parent
2fa4a63a
Pipeline
#241999
canceled with stages
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
collaborative/src/components/Cell.test.tsx
View file @
91a7a0e3
...
...
@@ -22,6 +22,7 @@
* SOFTWARE.
*/
import
React
from
"
react
"
;
import
{
configure
}
from
"
enzyme
"
;
import
Adapter
from
"
enzyme-adapter-react-16
"
;
import
{
mount
}
from
"
enzyme
"
;
...
...
collaborative/src/components/Game.test.tsx
View file @
91a7a0e3
...
...
@@ -25,9 +25,8 @@
import
React
from
"
react
"
;
import
{
configure
}
from
"
enzyme
"
;
import
Adapter
from
"
enzyme-adapter-react-16
"
;
import
{
shallow
,
mount
}
from
"
enzyme
"
;
import
{
shallow
}
from
"
enzyme
"
;
import
Game
from
"
./Game
"
;
import
{
crdtlib
}
from
"
@concordant/c-crdtlib
"
;
configure
({
adapter
:
new
Adapter
()
});
...
...
collaborative/src/components/Grid.test.tsx
View file @
91a7a0e3
...
...
@@ -22,6 +22,7 @@
* SOFTWARE.
*/
import
React
from
"
react
"
;
import
{
configure
}
from
"
enzyme
"
;
import
Adapter
from
"
enzyme-adapter-react-16
"
;
import
{
shallow
,
mount
}
from
"
enzyme
"
;
...
...
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