mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 11:29:02 +00:00
Co-authored-by: paperdave <paperdave@users.noreply.github.com> Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
11 lines
551 B
TypeScript
11 lines
551 B
TypeScript
// these tests involve ensuring certain libraries are working correctly. it
|
|
// should be preferred to write specific tests for the bugs that these libraries
|
|
// discovered, but it easy and still a reasonable idea to just test the library
|
|
// entirely.
|
|
import { devTest } from "../dev-server-harness";
|
|
|
|
// TODO: svelte server component example project
|
|
// Bugs discovered thanks to Svelte:
|
|
// - Valid circular import use.
|
|
// - Re-export `.e_import_identifier`, including live bindings.
|
|
// TODO: - something related to the wrong push function being called
|