Skip to content

Commit

Permalink
chore: revert changes in fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
koba04 committed May 25, 2020
1 parent e6a09ab commit 09e9803
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const str = ''
export const mod = ''
6 changes: 3 additions & 3 deletions test/fixtures/sum.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { str } from './mod'
import { mod } from './mod'

str = 'str'
console.log(str)
mod = 'mod'
console.log(mod)

function fn(a: any, b = 'b', c: any) {
// noop
Expand Down

0 comments on commit 09e9803

Please sign in to comment.