mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
lint fixes
This commit is contained in:
parent
cd483d704f
commit
a2d04c7046
1 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
|||
/* eslint-disable max-len */
|
||||
const React = require('react');
|
||||
const {mountWithIntl} = require('../../helpers/intl-helpers.jsx');
|
||||
import {ConnectedBecomeAScratcher as BecomeAScratcherPage} from '../../../src/views/become-a-scratcher/become-a-scratcher.jsx';
|
||||
|
@ -77,10 +78,10 @@ describe('BecomeAScratcherPage', () => {
|
|||
session: {
|
||||
status: sessionActions.Status.FETCHED,
|
||||
session: {
|
||||
user:{
|
||||
user: {
|
||||
id: 123,
|
||||
thumbnailUrl: "test",
|
||||
username: "test123"
|
||||
thumbnailUrl: 'test',
|
||||
username: 'test123'
|
||||
},
|
||||
permissions: {
|
||||
scratcher: true
|
||||
|
|
Loading…
Reference in a new issue