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/infrastructures | |
parent | 21788740c1d4ee28ce05d6bd09d37901d1d88b68 (diff) |
Capitalize background scripts
Diffstat (limited to 'test/background/infrastructures')
-rw-r--r-- | test/background/infrastructures/MemoryStorage.test.js (renamed from test/background/infrastructures/memory-storage.test.js) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/background/infrastructures/memory-storage.test.js b/test/background/infrastructures/MemoryStorage.test.js index 8871749..95d3780 100644 --- a/test/background/infrastructures/memory-storage.test.js +++ b/test/background/infrastructures/MemoryStorage.test.js @@ -1,4 +1,4 @@ -import MemoryStorage from 'background/infrastructures/memory-storage'; +import MemoryStorage from 'background/infrastructures/MemoryStorage'; describe("background/infrastructures/memory-storage", () => { it('stores values', () => { |