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/content | |
parent | 257162e5b6b4993e1dff0d705ffa6f0d809033eb (diff) |
Rename .js/.jsx to .ts/.tsx
Diffstat (limited to 'test/content')
-rw-r--r-- | test/content/actions/follow-controller.test.ts (renamed from test/content/actions/follow-controller.test.js) | 0 | ||||
-rw-r--r-- | test/content/actions/input.test.ts (renamed from test/content/actions/input.test.js) | 0 | ||||
-rw-r--r-- | test/content/actions/mark.test.ts (renamed from test/content/actions/mark.test.js) | 0 | ||||
-rw-r--r-- | test/content/actions/setting.test.ts (renamed from test/content/actions/setting.test.js) | 0 | ||||
-rw-r--r-- | test/content/components/common/follow.test.ts (renamed from test/content/components/common/follow.test.js) | 0 | ||||
-rw-r--r-- | test/content/components/common/hint.test.ts (renamed from test/content/components/common/hint.test.js) | 0 | ||||
-rw-r--r-- | test/content/components/common/input.test.ts (renamed from test/content/components/common/input.test.js) | 0 | ||||
-rw-r--r-- | test/content/hint-key-producer.test.ts (renamed from test/content/hint-key-producer.test.js) | 0 | ||||
-rw-r--r-- | test/content/navigates.test.ts (renamed from test/content/navigates.test.js) | 0 | ||||
-rw-r--r-- | test/content/reducers/addon.test.ts (renamed from test/content/reducers/addon.test.js) | 0 | ||||
-rw-r--r-- | test/content/reducers/find.test.ts (renamed from test/content/reducers/find.test.js) | 0 | ||||
-rw-r--r-- | test/content/reducers/follow-controller.test.ts (renamed from test/content/reducers/follow-controller.test.js) | 0 | ||||
-rw-r--r-- | test/content/reducers/input.test.ts (renamed from test/content/reducers/input.test.js) | 0 | ||||
-rw-r--r-- | test/content/reducers/mark.test.ts (renamed from test/content/reducers/mark.test.js) | 0 | ||||
-rw-r--r-- | test/content/reducers/setting.test.ts (renamed from test/content/reducers/setting.test.js) | 0 |
15 files changed, 0 insertions, 0 deletions
diff --git a/test/content/actions/follow-controller.test.js b/test/content/actions/follow-controller.test.ts index 718a90a..718a90a 100644 --- a/test/content/actions/follow-controller.test.js +++ b/test/content/actions/follow-controller.test.ts diff --git a/test/content/actions/input.test.js b/test/content/actions/input.test.ts index fe9db5f..fe9db5f 100644 --- a/test/content/actions/input.test.js +++ b/test/content/actions/input.test.ts diff --git a/test/content/actions/mark.test.js b/test/content/actions/mark.test.ts index adbf06b..adbf06b 100644 --- a/test/content/actions/mark.test.js +++ b/test/content/actions/mark.test.ts diff --git a/test/content/actions/setting.test.js b/test/content/actions/setting.test.ts index 10f6807..10f6807 100644 --- a/test/content/actions/setting.test.js +++ b/test/content/actions/setting.test.ts diff --git a/test/content/components/common/follow.test.js b/test/content/components/common/follow.test.ts index 90d6cf5..90d6cf5 100644 --- a/test/content/components/common/follow.test.js +++ b/test/content/components/common/follow.test.ts diff --git a/test/content/components/common/hint.test.js b/test/content/components/common/hint.test.ts index 42d571f..42d571f 100644 --- a/test/content/components/common/hint.test.js +++ b/test/content/components/common/hint.test.ts diff --git a/test/content/components/common/input.test.js b/test/content/components/common/input.test.ts index 2ba5507..2ba5507 100644 --- a/test/content/components/common/input.test.js +++ b/test/content/components/common/input.test.ts diff --git a/test/content/hint-key-producer.test.js b/test/content/hint-key-producer.test.ts index dcf477d..dcf477d 100644 --- a/test/content/hint-key-producer.test.js +++ b/test/content/hint-key-producer.test.ts diff --git a/test/content/navigates.test.js b/test/content/navigates.test.ts index 1d73344..1d73344 100644 --- a/test/content/navigates.test.js +++ b/test/content/navigates.test.ts diff --git a/test/content/reducers/addon.test.js b/test/content/reducers/addon.test.ts index d4eb845..d4eb845 100644 --- a/test/content/reducers/addon.test.js +++ b/test/content/reducers/addon.test.ts diff --git a/test/content/reducers/find.test.js b/test/content/reducers/find.test.ts index a8c30d7..a8c30d7 100644 --- a/test/content/reducers/find.test.js +++ b/test/content/reducers/find.test.ts diff --git a/test/content/reducers/follow-controller.test.js b/test/content/reducers/follow-controller.test.ts index 8a4c2d4..8a4c2d4 100644 --- a/test/content/reducers/follow-controller.test.js +++ b/test/content/reducers/follow-controller.test.ts diff --git a/test/content/reducers/input.test.js b/test/content/reducers/input.test.ts index 0011943..0011943 100644 --- a/test/content/reducers/input.test.js +++ b/test/content/reducers/input.test.ts diff --git a/test/content/reducers/mark.test.js b/test/content/reducers/mark.test.ts index 76efbf7..76efbf7 100644 --- a/test/content/reducers/mark.test.js +++ b/test/content/reducers/mark.test.ts diff --git a/test/content/reducers/setting.test.js b/test/content/reducers/setting.test.ts index 4e4c095..4e4c095 100644 --- a/test/content/reducers/setting.test.js +++ b/test/content/reducers/setting.test.ts |