Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Mar 18, 2023
1 parent d198cac commit d851a5b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/wdio-cli/tests/__snapshots__/onboarding.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ import { render, screen, fireEvent } from '@testing-library/preact'
import * as matchers from '@testing-library/jest-dom/matchers'
expect.extend(matchers)
import ExampleComponent from './Component.js'
import ExampleComponent from './Component'
describe('Preact Component Tests', () => {
Expand Down Expand Up @@ -235,7 +235,7 @@ import htm from 'https://esm.sh/htm'
// Initialize htm with Preact
const html = htm.bind(h);
import ExampleComponent from './Component.js'
import ExampleComponent from './Component'
describe('Preact Component Tests', () => {
Expand Down Expand Up @@ -276,7 +276,7 @@ import { render, screen, fireEvent } from '@testing-library/react'
import * as matchers from '@testing-library/jest-dom/matchers'
expect.extend(matchers)
import ExampleComponent from './Component.js'
import ExampleComponent from './Component'
describe('React Component Tests', () => {
Expand Down Expand Up @@ -313,7 +313,7 @@ import React from 'react'
import { expect, $ } from '@wdio/globals'
import { createRoot } from 'react-dom/client'
import ExampleComponent from './Component.js'
import ExampleComponent from './Component'
describe('React Component Tests', () => {
Expand Down Expand Up @@ -353,7 +353,7 @@ import { cleanup, render, screen } from 'solid-testing-library'
import * as matchers from '@testing-library/jest-dom/matchers'
expect.extend(matchers)
import ExampleComponent from './Component.js'
import ExampleComponent from './Component'
describe('Preact Component Tests', () => {
Expand Down Expand Up @@ -391,7 +391,7 @@ exports[`onboarding templates > solid > without testing-library 1`] = `
import { expect, $ } from '@wdio/globals'
import { render } from 'solid-js/web'
import ExampleComponent from './Component.js'
import ExampleComponent from './Component'
describe('Preact Component Tests', () => {
Expand Down

0 comments on commit d851a5b

Please sign in to comment.