feat: unwrap config namespaces to flat exports + barrel (#22746)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { expect, test, describe } from "bun:test"
|
||||
import { ConfigMarkdown } from "../../src/config/markdown"
|
||||
import { ConfigMarkdown } from "../../src/config"
|
||||
|
||||
describe("ConfigMarkdown: normal template", () => {
|
||||
const template = `This is a @valid/path/to/a/file and it should also match at
|
||||
|
||||
Reference in New Issue
Block a user