diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-04-30 14:00:07 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-05-02 11:14:19 +0900 |
commit | c60d0e7392fc708e961614d6b756a045de74f458 (patch) | |
tree | 0b9a5fce1879e38a92d5dbb2915779aee0ad22d6 /test/background | |
parent | 257162e5b6b4993e1dff0d705ffa6f0d809033eb (diff) |
Rename .js/.jsx to .ts/.tsx
Diffstat (limited to 'test/background')
-rw-r--r-- | test/background/domains/GlobalMark.test.ts (renamed from test/background/domains/GlobalMark.test.js) | 0 | ||||
-rw-r--r-- | test/background/infrastructures/MemoryStorage.test.ts (renamed from test/background/infrastructures/MemoryStorage.test.js) | 0 | ||||
-rw-r--r-- | test/background/repositories/Mark.test.ts (renamed from test/background/repositories/Mark.test.js) | 0 | ||||
-rw-r--r-- | test/background/repositories/Version.ts (renamed from test/background/repositories/Version.js) | 0 | ||||
-rw-r--r-- | test/background/usecases/filters.test.ts (renamed from test/background/usecases/filters.test.js) | 0 | ||||
-rw-r--r-- | test/background/usecases/parsers.test.ts (renamed from test/background/usecases/parsers.test.js) | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/test/background/domains/GlobalMark.test.js b/test/background/domains/GlobalMark.test.ts index ed636e9..ed636e9 100644 --- a/test/background/domains/GlobalMark.test.js +++ b/test/background/domains/GlobalMark.test.ts diff --git a/test/background/infrastructures/MemoryStorage.test.js b/test/background/infrastructures/MemoryStorage.test.ts index 95d3780..95d3780 100644 --- a/test/background/infrastructures/MemoryStorage.test.js +++ b/test/background/infrastructures/MemoryStorage.test.ts diff --git a/test/background/repositories/Mark.test.js b/test/background/repositories/Mark.test.ts index 2a5b099..2a5b099 100644 --- a/test/background/repositories/Mark.test.js +++ b/test/background/repositories/Mark.test.ts diff --git a/test/background/repositories/Version.js b/test/background/repositories/Version.ts index c7fa88b..c7fa88b 100644 --- a/test/background/repositories/Version.js +++ b/test/background/repositories/Version.ts diff --git a/test/background/usecases/filters.test.js b/test/background/usecases/filters.test.ts index bdfb0be..bdfb0be 100644 --- a/test/background/usecases/filters.test.js +++ b/test/background/usecases/filters.test.ts diff --git a/test/background/usecases/parsers.test.js b/test/background/usecases/parsers.test.ts index 17b034b..17b034b 100644 --- a/test/background/usecases/parsers.test.js +++ b/test/background/usecases/parsers.test.ts |