Skip to content

Commit

Permalink
chore: add @flow annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Mar 16, 2017
1 parent 42c059e commit 030bee9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/surgeon/subroutines/readSubroutine.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @flow

import test from 'ava';
import sinon from 'sinon';
import readSubroutine from '../../../src/subroutines/readSubroutine';
Expand Down
2 changes: 2 additions & 0 deletions test/surgeon/subroutines/selectSubroutine.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @flow

import test from 'ava';
import sinon from 'sinon';
import selectSubroutine from '../../../src/subroutines/selectSubroutine';
Expand Down

0 comments on commit 030bee9

Please sign in to comment.