mirror of
https://github.com/stoatchat/javascript-lingui-solid.git
synced 2026-07-16 03:44:04 -04:00
8 lines
179 B
TypeScript
8 lines
179 B
TypeScript
import macro from "@lingui-solid/solid/macro"
|
|
|
|
describe("solid-macro", () => {
|
|
it("Should re-export Macro", () => {
|
|
expect((macro as any).isBabelMacro).toBeTruthy()
|
|
})
|
|
})
|