Skip to content

Commit

Permalink
Merge pull request #90 from hanachin/fix_typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
tompng committed Dec 19, 2019
2 parents ecc6d98 + 98d2b2f commit 83d39c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ts_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_ts_type_generate

def test_typed_files
dir = 'test/generated_typed_files'
Dir.mkdir dif unless Dir.exist? dir
Dir.mkdir dir unless Dir.exist? dir
ArSync::TypeScript.generate_typed_files Schema, dir: dir
%w[ArSyncApi.ts ArSyncModel.ts DataTypeFromRequest.ts hooks.ts].each do |file|
path = File.join dir, file
Expand Down

0 comments on commit 83d39c0

Please sign in to comment.