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/actions | |
parent | 257162e5b6b4993e1dff0d705ffa6f0d809033eb (diff) |
Rename .js/.jsx to .ts/.tsx
Diffstat (limited to 'test/content/actions')
-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 |
4 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 |