Home / Function/ default.test() — svelte Function Reference

default.test() — svelte Function Reference

Architecture documentation for the default.test() function in _config.js from the svelte codebase.

Entity Profile

Dependency Diagram

graph TD
  9a61aa22_1499_1b92_3956_488c416e23ac["default.test()"]
  91fdf614_36c8_cb2c_8800_404c29007cc8["_config.js"]
  9a61aa22_1499_1b92_3956_488c416e23ac -->|defined in| 91fdf614_36c8_cb2c_8800_404c29007cc8
  style 9a61aa22_1499_1b92_3956_488c416e23ac fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/tests/runtime-runes/samples/binding-property-static/_config.js lines 8–16

	async test({ assert, warnings }) {
		assert.deepEqual(warnings, [
			'`bind:value={pojo.value}` (main.svelte:50:7) is binding to a non-reactive property',
			'`bind:value={raw.value}` (main.svelte:51:7) is binding to a non-reactive property',
			'`bind:value={pojo.value}` (main.svelte:52:7) is binding to a non-reactive property',
			'`bind:value={raw.value}` (main.svelte:53:7) is binding to a non-reactive property',
			'`bind:this={pojo.value}` (main.svelte:55:6) is binding to a non-reactive property'
		]);
	}

Domain

Subdomains

Frequently Asked Questions

What does default.test() do?
default.test() is a function in the svelte codebase, defined in packages/svelte/tests/runtime-runes/samples/binding-property-static/_config.js.
Where is default.test() defined?
default.test() is defined in packages/svelte/tests/runtime-runes/samples/binding-property-static/_config.js at line 8.

Analyze Your Own Codebase

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

Try Supermodel Free