viewer/cypress/e2e/oddname/oddname-image.cy.js

12 строки
246 B
JavaScript
Исходник Обычный вид История

import runTest from './oddname.js'
for (const [file, type] of [
['image1.jpg', 'image/jpeg'],
['image.gif', 'image/gif'],
['image.png', 'image/png'],
['image-small.png', 'image/png'],
['image.svg', 'image/svg'],
]) {
runTest(file, type)
}