Skip to content

Merge pull request #130 from mrigsby/updates-module-support #307

Merge pull request #130 from mrigsby/updates-module-support

Merge pull request #130 from mrigsby/updates-module-support #307

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / adobe@2018 Test Results succeeded Oct 20, 2023 in 0s

All 90 tests pass, 2 skipped in 2s

  1 files  ±0    3 suites  ±0   2s ⏱️ -2s
92 tests +2  90 ✔️ +3  2 💤  - 1  0 ±0 
93 runs  +2  91 ✔️ +3  2 💤  - 1  0 ±0 

Results for commit e34e12e. ± Comparison against earlier commit eb07aad.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / adobe@2018 Test Results

2 skipped tests found

There are 2 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
tests.specs.CBWIRESpec ‑ Auto injected assets it auto inject assets if 'autoInjectAssets' is enabled
tests.specs.CBWIRESpec ‑ InitialRender throws error if there are two or more outer elements

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / adobe@2018 Test Results

92 tests found

There are 92 tests, see "Raw output" for the full list of tests.
Raw output
tests.specs.CBWIRESpec ‑ Auto injected assets it auto inject assets if 'autoInjectAssets' is enabled
tests.specs.CBWIRESpec ‑ Auto injected assets it doesn't auto inject assets by default
tests.specs.CBWIRESpec ‑ CBWIREService can getScripts()
tests.specs.CBWIRESpec ‑ CBWIREService can getStyles()
tests.specs.CBWIRESpec ‑ CBWIREService can getStyles() with Turbo
tests.specs.CBWIRESpec ‑ CBWIREService can render component from ./wires folder using wire()
tests.specs.CBWIRESpec ‑ CBWIREService can render component from nested folder using wire()
tests.specs.CBWIRESpec ‑ CBWIREService can render component from nested module folder using wire()
tests.specs.CBWIRESpec ‑ CBWIREService can render component from nested module using default wires location
tests.specs.CBWIRESpec ‑ CBWIREService can render component from outside folder using wire()
tests.specs.CBWIRESpec ‑ CBWIREService throws error if it's unable to find a module component
tests.specs.CBWIRESpec ‑ InitialRender caches computed properties
tests.specs.CBWIRESpec ‑ InitialRender can call computed property
tests.specs.CBWIRESpec ‑ InitialRender can call entangle()
tests.specs.CBWIRESpec ‑ InitialRender can call udf method defined on the component
tests.specs.CBWIRESpec ‑ InitialRender can render a child component
tests.specs.CBWIRESpec ‑ InitialRender can render data properties using args scope and data property name
tests.specs.CBWIRESpec ‑ InitialRender can render data properties using data property name
tests.specs.CBWIRESpec ‑ InitialRender can use property injection on component
tests.specs.CBWIRESpec ‑ InitialRender fires onDIComplete
tests.specs.CBWIRESpec ‑ InitialRender is an instance of InitialRenderer
tests.specs.CBWIRESpec ‑ InitialRender is an object
tests.specs.CBWIRESpec ‑ InitialRender lifecycle onLoad method executes and updates data properties
tests.specs.CBWIRESpec ‑ InitialRender lifecycle onMount method executes and updates data properties
tests.specs.CBWIRESpec ‑ InitialRender lifecycle onMount method executes with expected parameters
tests.specs.CBWIRESpec ‑ InitialRender registers listeners
tests.specs.CBWIRESpec ‑ InitialRender renders a basic component
tests.specs.CBWIRESpec ‑ InitialRender should be able to use global UDFs in application helpers
tests.specs.CBWIRESpec ‑ InitialRender throws error if it's unable to find an outer element
tests.specs.CBWIRESpec ‑ InitialRender throws error if there are two or more outer elements
tests.specs.CBWIRESpec ‑ InitialRender uses onRender() if defined
tests.specs.CBWIRESpec ‑ InitialRender validation validates constraints
tests.specs.CBWIRESpec ‑ InitialRender wire:initial-data contains defined listeners
tests.specs.CBWIRESpec ‑ InitialRender wire:initial-data has expected structure
tests.specs.CBWIRESpec ‑ InitialRender wire:initial-data has properties with their default values
tests.specs.CBWIRESpec ‑ InitialRender wire:initial-data has valid json
tests.specs.CBWIRESpec ‑ Single-file Components caches single-file components is 'cacheSingleFileComponents' setting is enabled
tests.specs.CBWIRESpec ‑ Single-file Components can render single-file components
tests.specs.CBWIRESpec ‑ SubsequentRender actions can call getInstance()
tests.specs.CBWIRESpec ‑ SubsequentRender calling noRender() causes no rendering to be returned
tests.specs.CBWIRESpec ‑ SubsequentRender can call computed properties from actions
tests.specs.CBWIRESpec ‑ SubsequentRender can call refresh() and generate a new id
tests.specs.CBWIRESpec ‑ SubsequentRender can render a child component
tests.specs.CBWIRESpec ‑ SubsequentRender can render a component with comments
tests.specs.CBWIRESpec ‑ SubsequentRender can sync input
tests.specs.CBWIRESpec ‑ SubsequentRender declaring queryString causes it to be returned in path
tests.specs.CBWIRESpec ‑ SubsequentRender emit() can emit an event with many arguments
tests.specs.CBWIRESpec ‑ SubsequentRender emit() can emit an event with no arguments
tests.specs.CBWIRESpec ‑ SubsequentRender emit() can emit an event with one argument
tests.specs.CBWIRESpec ‑ SubsequentRender emitSelf() can emit an event with many arguments
tests.specs.CBWIRESpec ‑ SubsequentRender emitSelf() can emit an event with no arguments
tests.specs.CBWIRESpec ‑ SubsequentRender emitSelf() can emit an event with one argument
tests.specs.CBWIRESpec ‑ SubsequentRender emitTo() can emit an event with many arguments
tests.specs.CBWIRESpec ‑ SubsequentRender emitTo() can emit an event with no arguments
tests.specs.CBWIRESpec ‑ SubsequentRender emitTo() can emit an event with one argument
tests.specs.CBWIRESpec ‑ SubsequentRender emitTo() executes a registered listener
tests.specs.CBWIRESpec ‑ SubsequentRender emitUp() can emit an event with many arguments
tests.specs.CBWIRESpec ‑ SubsequentRender emitUp() can emit an event with one argument
tests.specs.CBWIRESpec ‑ SubsequentRender emitUp() can emit up an event with no arguments
tests.specs.CBWIRESpec ‑ SubsequentRender executes onLoad
tests.specs.CBWIRESpec ‑ SubsequentRender file uploads can finish an upload
tests.specs.CBWIRESpec ‑ SubsequentRender file uploads can start an upload
tests.specs.CBWIRESpec ‑ SubsequentRender hydration executes actions
tests.specs.CBWIRESpec ‑ SubsequentRender hydration executes onHydrate()
tests.specs.CBWIRESpec ‑ SubsequentRender hydration executes onHydratePropertyName
tests.specs.CBWIRESpec ‑ SubsequentRender hydration populates id from fingerperint
tests.specs.CBWIRESpec ‑ SubsequentRender hydration tracks dirty properties
tests.specs.CBWIRESpec ‑ SubsequentRender hydration updates data properties from server memo data
tests.specs.CBWIRESpec ‑ SubsequentRender is an instance of SubsequentRenderer
tests.specs.CBWIRESpec ‑ SubsequentRender is an object
tests.specs.CBWIRESpec ‑ SubsequentRender magicActions should be able to $toggle false
tests.specs.CBWIRESpec ‑ SubsequentRender magicActions should be able to $toggle true
tests.specs.CBWIRESpec ‑ SubsequentRender partially renders a child component if it's already an existing child in the incoming payload
tests.specs.CBWIRESpec ‑ SubsequentRender redirecting can relocate to a URL
tests.specs.CBWIRESpec ‑ SubsequentRender redirecting can relocate to an event
tests.specs.CBWIRESpec ‑ SubsequentRender redirecting can relocate to an uri
tests.specs.CBWIRESpec ‑ SubsequentRender reset can reset() a single property
tests.specs.CBWIRESpec ‑ SubsequentRender reset can reset() all properties
tests.specs.CBWIRESpec ‑ SubsequentRender reset can reset() an array of properties
tests.specs.CBWIRESpec ‑ SubsequentRender reset can resetExcept() a single property
tests.specs.CBWIRESpec ‑ SubsequentRender reset can resetExcept() an array of properties
tests.specs.CBWIRESpec ‑ SubsequentRender throws an error if we call an action that doesn't exist
tests.specs.CBWIRESpec ‑ SubsequentRender updates executes onUpdate
tests.specs.CBWIRESpec ‑ SubsequentRender updates executes onUpdate[Property]
tests.specs.CBWIRESpec ‑ SubsequentRender validation can call validate() from an action
tests.specs.CBWIRESpec ‑ SubsequentRender validation can call validateOrFail() from an action and COMPLETE
tests.specs.CBWIRESpec ‑ SubsequentRender validation can call validateOrFail() from an action and FAIL
tests.specs.interceptors.AutoInjectAssetsSpec ‑ interceptors.test does inject assets if set to true
tests.specs.interceptors.AutoInjectAssetsSpec ‑ interceptors.test does not inject assets if set to false
tests.specs.interceptors.AutoInjectAssetsSpec ‑ interceptors.test should configure correctly
tests.specs.interceptors.CheckIncomingRequestHeadersSpec ‑ interceptor.test should return null and allow processing if 'X-Livewire' HTTP header is present
tests.specs.interceptors.CheckIncomingRequestHeadersSpec ‑ interceptor.test should return true and prevent processing if 'X-Livewire' HTTP header is not present