Add examples for button factory
This commit is contained in:
6
examples/button-factory/src/secret-input.test.js
Normal file
6
examples/button-factory/src/secret-input.test.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import { describe, expect, it, beforeEach } from 'vitest';
|
||||
import { screen } from '@testing-library/dom';
|
||||
import userEvent from '@testing-library/user-event';
|
||||
import { createSecretInput } from './secret-input.js';
|
||||
|
||||
describe.todo('createSecretInput', async () => {});
|
||||
Reference in New Issue
Block a user