diff options
Diffstat (limited to 'spec/spec/elements/Image.js')
-rw-r--r-- | spec/spec/elements/Image.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec/elements/Image.js b/spec/spec/elements/Image.js index 5f9b5f5..c7b91d2 100644 --- a/spec/spec/elements/Image.js +++ b/spec/spec/elements/Image.js @@ -5,7 +5,7 @@ import { getWindow } from '../../../src/utils/window.js' const { any, objectContaining, createSpy } = jasmine -const url = 'fixtures/pixel.png' +const url = 'spec/fixtures/pixel.png' describe('Image.js', () => { describe('()', () => { |