diff options
| author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-04-06 21:48:16 +0900 |
|---|---|---|
| committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-04-06 22:39:40 +0900 |
| commit | b04eecce7fea8b262411a5817924dc730cbe127a (patch) | |
| tree | 024c14ce52319af899938ce81ee7107540ccbf7b /e2e/karma-delay.js | |
| parent | c9a0bf87d0ba81beb1b958c374a40c4b69f4192b (diff) | |
Replace e2e with lanthan
Diffstat (limited to 'e2e/karma-delay.js')
| -rw-r--r-- | e2e/karma-delay.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/e2e/karma-delay.js b/e2e/karma-delay.js deleted file mode 100644 index 7d18c4a..0000000 --- a/e2e/karma-delay.js +++ /dev/null @@ -1,10 +0,0 @@ -'use strict'; - -window.__karma__.start = (function(start){ -return function(){ - var args = arguments - setTimeout(() => { - start(args) - }, 3000); -}; -}(window.__karma__.start)); |
