[ci] format

This commit is contained in:
matthewp 2022-07-20 20:47:28 +00:00 committed by fredkbot
parent bccd88f0eb
commit 335e58cd8b
2 changed files with 6 additions and 5 deletions

View file

@ -27,5 +27,8 @@
"mocha": "^9.2.2",
"@types/mocha": "^9.1.1"
},
"keywords": ["astro", "astro-component"]
"keywords": [
"astro",
"astro-component"
]
}

View file

@ -1,11 +1,9 @@
import { loadFixture as baseLoadFixture } from '../../../astro/test/test-utils.js';
export {
fixLineEndings
} from '../../../astro/test/test-utils.js';
export { fixLineEndings } from '../../../astro/test/test-utils.js';
export function loadFixture(config) {
if(config?.root) {
if (config?.root) {
config.root = new URL(config.root, import.meta.url);
}
return baseLoadFixture(config);