Skip to content

Commit

Permalink
Update spec/javascripts/actions/story_spec.js
Browse files Browse the repository at this point in the history
remove unnecessary import

Co-Authored-By: Talysson de Oliveira Cassiano <talyssonoc@gmail.com>
  • Loading branch information
belgamo and talyssonoc committed Mar 17, 2020
1 parent 62ed81f commit 210468e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/javascripts/actions/story_spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as Story from 'actions/story';
import storyFactory from '../support/factories/storyFactory';
import { wait } from '../../../app/assets/javascripts/services/promises'

describe('Story Actions', () => {
describe('saveStory', () => {
Expand Down

0 comments on commit 210468e

Please sign in to comment.