fix: add missing copyright header to splitViewStorage.test.ts
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
/**
|
||||||
|
* @file splitViewStorage.test.ts
|
||||||
|
* @description Tests for the splitViewStorage module.
|
||||||
|
* @author Nguyễn Ngọc Trí Vĩ <vinnt@smartgift.vn>
|
||||||
|
*/
|
||||||
|
|
||||||
import { describe, it, expect, beforeEach } from "vitest";
|
import { describe, it, expect, beforeEach } from "vitest";
|
||||||
import {
|
import {
|
||||||
readSplitViewState,
|
readSplitViewState,
|
||||||
|
|||||||
Reference in New Issue
Block a user