diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-02-24 20:54:35 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-02-24 21:58:12 +0900 |
commit | a26d8a8a1bed48a77e062914c120a23ace7bb8cf (patch) | |
tree | 29ce84b9b03e87e818197b63d77e20e5a897cf0b /test/background/domains | |
parent | 21788740c1d4ee28ce05d6bd09d37901d1d88b68 (diff) |
Capitalize background scripts
Diffstat (limited to 'test/background/domains')
-rw-r--r-- | test/background/domains/GlobalMark.test.js (renamed from test/background/domains/global-mark.test.js) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/background/domains/global-mark.test.js b/test/background/domains/GlobalMark.test.js index bdf1ea6..ed636e9 100644 --- a/test/background/domains/global-mark.test.js +++ b/test/background/domains/GlobalMark.test.js @@ -1,4 +1,4 @@ -import GlobalMark from 'background/domains/global-mark'; +import GlobalMark from 'background/domains/GlobalMark'; describe('background/domains/global-mark', () => { describe('constructor and getter', () => { |