Skip to content
Snippets Groups Projects
Commit 14328917 authored by HJ's avatar HJ :fire:
Browse files

only

parent b5da1f8b
No related branches found
No related tags found
1 merge request!1943Pleroma ISS (interface stylesheets) implementation
Pipeline #50428 passed
......@@ -2,7 +2,7 @@ import { deserialize } from 'src/services/theme_data/iss_deserializer.js'
import { serialize } from 'src/services/theme_data/iss_serializer.js'
const componentsContext = require.context('src', true, /\.style.js(on)?$/)
describe.only('ISS (de)serialization', () => {
describe('ISS (de)serialization', () => {
componentsContext.keys().forEach(key => {
const component = componentsContext(key).default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment