only
This commit is contained in:
parent
b5da1f8b89
commit
14328917f1
|
@ -2,7 +2,7 @@ import { deserialize } from 'src/services/theme_data/iss_deserializer.js'
|
||||||
import { serialize } from 'src/services/theme_data/iss_serializer.js'
|
import { serialize } from 'src/services/theme_data/iss_serializer.js'
|
||||||
const componentsContext = require.context('src', true, /\.style.js(on)?$/)
|
const componentsContext = require.context('src', true, /\.style.js(on)?$/)
|
||||||
|
|
||||||
describe.only('ISS (de)serialization', () => {
|
describe('ISS (de)serialization', () => {
|
||||||
componentsContext.keys().forEach(key => {
|
componentsContext.keys().forEach(key => {
|
||||||
const component = componentsContext(key).default
|
const component = componentsContext(key).default
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue