Skip to content

Commit

Permalink
#48 miss license
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcellino-Palerme committed Jul 23, 2024
1 parent 6300b66 commit 8522119
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions test/component/ConfirmBox.test.ts
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';
Expand Down
5 changes: 4 additions & 1 deletion test/extra/selectByText.ts
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
*/


Expand Down

0 comments on commit 8522119

Please sign in to comment.