We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad35eb commit e543d8eCopy full SHA for e543d8e
test/getResponsiveImageAttributes.test.js
@@ -1,7 +1,7 @@
1
const { expect } = require('chai');
2
const { getResponsiveImageAttributes } = require('../src/getResponsiveImageAttributes');
3
4
-describe.only('getResponsiveImageAttributes', () => {
+describe('getResponsiveImageAttributes', () => {
5
it('bare minimum input', () => {
6
const out = getResponsiveImageAttributes({
7
src: 'sample.jpg',
0 commit comments