mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
fix lint
This commit is contained in:
parent
3c04e1a328
commit
b8037b6e1f
@ -2,10 +2,7 @@ import fs from 'fs'
|
|||||||
import path from 'path'
|
import path from 'path'
|
||||||
import minimatch from 'minimatch'
|
import minimatch from 'minimatch'
|
||||||
|
|
||||||
let oEmbedProvidersFile = fs.readFileSync(
|
let oEmbedProvidersFile = fs.readFileSync(path.join(__dirname, './providers.json'), 'utf8')
|
||||||
path.join(__dirname, './providers.json'),
|
|
||||||
'utf8',
|
|
||||||
)
|
|
||||||
|
|
||||||
// some providers allow a format parameter
|
// some providers allow a format parameter
|
||||||
// we need JSON
|
// we need JSON
|
||||||
|
|||||||
@ -68,8 +68,6 @@ describe('EmbedComponent.vue', () => {
|
|||||||
selector: '.embed-preview-image--clickable',
|
selector: '.embed-preview-image--clickable',
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('given a href with embed html', () => {
|
describe('given a href with embed html', () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user