mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-05-22 02:51:36 -04:00
meaningless commit to trigger travis build
This commit is contained in:
parent
1d5467c6b1
commit
8b402e3ac7
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ test('initialState', () => {
|
|||
|
||||
test('changeBrushSize', () => {
|
||||
let defaultState;
|
||||
|
||||
const newBrushSize = 8078;
|
||||
|
||||
expect(brushReducer(defaultState /* state */, changeBrushSize(newBrushSize) /* action */))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue