-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6300b66
commit 8522119
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/** SPDX-FileCopyrightText: 2024 Marcellino Palerme <[email protected]> | ||
* | ||
* SPDX-License-Identifier: MIT | ||
* | ||
* This file test the ConfirmBox component | ||
*/ | ||
import { mount, config } from '@vue/test-utils'; | ||
import { expect, test, describe } from 'vitest'; | ||
import { vuetify4Test } from '../extra/vuetify4Test'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
/** SPDX-FileCopyrightText: 2024 Marcellino Palerme <[email protected]> | ||
/** | ||
* SPDX-FileCopyrightText: 2024 Marcellino Palerme <[email protected]> | ||
* | ||
* SPDX-License-Identifier: MIT | ||
* | ||
* This file provide functions to select a wrapper by different criteria | ||
*/ | ||
|
||
|
||
|