Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and astrobot-houston committed Jul 20, 2022
1 parent bccd88f commit 335e58c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 4 additions & 1 deletion packages/markdown/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
"mocha": "^9.2.2",
"@types/mocha": "^9.1.1"
},
"keywords": ["astro", "astro-component"]
"keywords": [
"astro",
"astro-component"
]
}
6 changes: 2 additions & 4 deletions packages/markdown/component/test/test-utils.js
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit 335e58c

Please sign in to comment.