Home / File/ test.ts — svelte Source File

test.ts — svelte Source File

Architecture documentation for test.ts, a typescript file in the svelte codebase. 3 imports, 6 dependents.

File typescript BuildSystem 3 imports 6 dependents

Entity Profile

Dependency Diagram

graph LR
  3356506d_d796_ed3a_d6a4_01bb4726b6f6["test.ts"]
  2cf8977f_8bb9_9ef1_6e90_d6eea1dac831["shared.ts"]
  3356506d_d796_ed3a_d6a4_01bb4726b6f6 --> 2cf8977f_8bb9_9ef1_6e90_d6eea1dac831
  b45b5cf8_6c5d_e1ba_4b66_21708749a523["runtime_suite"]
  3356506d_d796_ed3a_d6a4_01bb4726b6f6 --> b45b5cf8_6c5d_e1ba_4b66_21708749a523
  e0f56bc4_8fa8_0882_a684_49903e32cc5a["ok"]
  3356506d_d796_ed3a_d6a4_01bb4726b6f6 --> e0f56bc4_8fa8_0882_a684_49903e32cc5a
  7436c7f9_2f6f_eaf1_6513_3b0f7c28cada["_config.js"]
  7436c7f9_2f6f_eaf1_6513_3b0f7c28cada --> 3356506d_d796_ed3a_d6a4_01bb4726b6f6
  0378c79c_e87d_e2c0_eaeb_a8860ecba34f["_config.js"]
  0378c79c_e87d_e2c0_eaeb_a8860ecba34f --> 3356506d_d796_ed3a_d6a4_01bb4726b6f6
  23b6a0e3_7086_f4d8_99e1_5ffb36ecce42["_config.js"]
  23b6a0e3_7086_f4d8_99e1_5ffb36ecce42 --> 3356506d_d796_ed3a_d6a4_01bb4726b6f6
  ae0a03e7_edc8_d0ab_d2a2_b67dbe2a4053["_config.js"]
  ae0a03e7_edc8_d0ab_d2a2_b67dbe2a4053 --> 3356506d_d796_ed3a_d6a4_01bb4726b6f6
  d2f1ab54_e58c_f88a_d624_35a57f29ab18["_config.js"]
  d2f1ab54_e58c_f88a_d624_35a57f29ab18 --> 3356506d_d796_ed3a_d6a4_01bb4726b6f6
  71baa7b7_e2fa_8d66_6c06_429f151cc254["_config.js"]
  71baa7b7_e2fa_8d66_6c06_429f151cc254 --> 3356506d_d796_ed3a_d6a4_01bb4726b6f6
  style 3356506d_d796_ed3a_d6a4_01bb4726b6f6 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

// @vitest-environment vitest-xhtml-environment.ts

import { runtime_suite, ok } from '../runtime-legacy/shared';

const { test, run } = runtime_suite(true);

export { test, ok };

await run(__dirname);

Domain

Frequently Asked Questions

What does test.ts do?
test.ts is a source file in the svelte codebase, written in typescript. It belongs to the BuildSystem domain.
What does test.ts depend on?
test.ts imports 3 module(s): ok, runtime_suite, shared.ts.
What files import test.ts?
test.ts is imported by 6 file(s): _config.js, _config.js, _config.js, _config.js, _config.js, _config.js.
Where is test.ts in the architecture?
test.ts is located at packages/svelte/tests/runtime-xhtml/test.ts (domain: BuildSystem, directory: packages/svelte/tests/runtime-xhtml).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free