move non pages out of pages dir

This commit is contained in:
Felix Roos 2024-01-12 18:16:57 +01:00
parent 46a859736a
commit 9a0459fdd3
7 changed files with 17 additions and 22 deletions

View file

@ -1,5 +1,5 @@
import { describe, expect, it } from 'vitest';
import { getMetadata } from '../website/src/pages/metadata_parser';
import { getMetadata } from '../website/src/metadata_parser';
describe.concurrent('Metadata parser', () => {
it('loads a tag from inline comment', async () => {