Home / File/ test.ts — svelte Source File

test.ts — svelte Source File

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

File typescript BuildSystem 1 imports 1201 dependents 1 classes

Entity Profile

Dependency Diagram

graph LR
  654af6d6_2570_6860_f8dd_6b6131e1eec4["test.ts"]
  796b59f8_5407_d024_f2b0_4a9fbc4a7564["./shared.js"]
  654af6d6_2570_6860_f8dd_6b6131e1eec4 --> 796b59f8_5407_d024_f2b0_4a9fbc4a7564
  dec08ef6_f06f_cbd8_f247_1529cf756ae1["_config.js"]
  dec08ef6_f06f_cbd8_f247_1529cf756ae1 --> 654af6d6_2570_6860_f8dd_6b6131e1eec4
  11b66be1_f811_0a30_957f_4e63755daf37["_config.js"]
  11b66be1_f811_0a30_957f_4e63755daf37 --> 654af6d6_2570_6860_f8dd_6b6131e1eec4
  38b1feb7_c9cc_4c49_2cc9_680c7b5f59c5["_config.js"]
  38b1feb7_c9cc_4c49_2cc9_680c7b5f59c5 --> 654af6d6_2570_6860_f8dd_6b6131e1eec4
  3950a241_6430_9809_865b_a39dd9258383["_config.js"]
  3950a241_6430_9809_865b_a39dd9258383 --> 654af6d6_2570_6860_f8dd_6b6131e1eec4
  150096ca_cd86_9649_9426_eef9c06c1265["_config.js"]
  150096ca_cd86_9649_9426_eef9c06c1265 --> 654af6d6_2570_6860_f8dd_6b6131e1eec4
  7426eca1_a834_b20b_cfb9_7a7429cba873["_config.js"]
  7426eca1_a834_b20b_cfb9_7a7429cba873 --> 654af6d6_2570_6860_f8dd_6b6131e1eec4
  036082b1_c4aa_bb3f_f5c5_0abb4645adea["_config.js"]
  036082b1_c4aa_bb3f_f5c5_0abb4645adea --> 654af6d6_2570_6860_f8dd_6b6131e1eec4
  6d15eaea_c139_4fa9_0d10_654aba372fda["_config.js"]
  6d15eaea_c139_4fa9_0d10_654aba372fda --> 654af6d6_2570_6860_f8dd_6b6131e1eec4
  ee354cfd_77d8_72d1_7247_da422ae71e91["_config.js"]
  ee354cfd_77d8_72d1_7247_da422ae71e91 --> 654af6d6_2570_6860_f8dd_6b6131e1eec4
  1c10e8ad_9a68_3bac_4fea_bd91f791d60e["_config.js"]
  1c10e8ad_9a68_3bac_4fea_bd91f791d60e --> 654af6d6_2570_6860_f8dd_6b6131e1eec4
  0f1307e0_4759_8054_daba_ee56933e87a3["_config.js"]
  0f1307e0_4759_8054_daba_ee56933e87a3 --> 654af6d6_2570_6860_f8dd_6b6131e1eec4
  64ff7b1b_9e4d_16b2_7531_5b1813ecabb5["_config.js"]
  64ff7b1b_9e4d_16b2_7531_5b1813ecabb5 --> 654af6d6_2570_6860_f8dd_6b6131e1eec4
  6f87afa8_669a_f420_8883_f693ea6d6c1b["_config.js"]
  6f87afa8_669a_f420_8883_f693ea6d6c1b --> 654af6d6_2570_6860_f8dd_6b6131e1eec4
  style 654af6d6_2570_6860_f8dd_6b6131e1eec4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

// @vitest-environment jsdom
import { runtime_suite, ok } from './shared.js';

declare global {
	interface Element {
		inert: boolean;
	}
}

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

export { test, ok };

await run(__dirname);

Domain

Classes

Types

Dependencies

  • ./shared.js

Imported By

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 1 module(s): ./shared.js.
What files import test.ts?
test.ts is imported by 1201 file(s): _config.js, _config.js, _config.js, _config.js, _config.js, _config.js, _config.js, _config.js, and 1193 more.
Where is test.ts in the architecture?
test.ts is located at packages/svelte/tests/runtime-legacy/test.ts (domain: BuildSystem, directory: packages/svelte/tests/runtime-legacy).

Analyze Your Own Codebase

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

Try Supermodel Free