Skip to content

Commit

Permalink
CB-4633 adds licenses to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
s.teleshev committed Feb 7, 2024
1 parent d96b9e9 commit 7437b9e
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* CloudBeaver - Cloud Database Manager
* Copyright (C) 2020-2024 DBeaver Corp and others
*
* Licensed under the Apache License, Version 2.0.
* you may not use this file except in compliance with the License.
*/
import React from 'react';

type Props = {
Expand Down
7 changes: 7 additions & 0 deletions webapp/packages/core-blocks/src/importLazyComponent.test.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* CloudBeaver - Cloud Database Manager
* Copyright (C) 2020-2024 DBeaver Corp and others
*
* Licensed under the Apache License, Version 2.0.
* you may not use this file except in compliance with the License.
*/
import { render, screen, waitFor } from '@testing-library/react';
import React, { Suspense } from 'react';

Expand Down
7 changes: 7 additions & 0 deletions webapp/packages/core-utils/src/OrderedMap.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* CloudBeaver - Cloud Database Manager
* Copyright (C) 2020-2024 DBeaver Corp and others
*
* Licensed under the Apache License, Version 2.0.
* you may not use this file except in compliance with the License.
*/
import { OrderedMap } from './OrderedMap';

describe('OrderedMap', () => {
Expand Down
7 changes: 7 additions & 0 deletions webapp/packages/core-utils/src/blobToBase64.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* CloudBeaver - Cloud Database Manager
* Copyright (C) 2020-2024 DBeaver Corp and others
*
* Licensed under the Apache License, Version 2.0.
* you may not use this file except in compliance with the License.
*/
import { blobToBase64 } from './blobToBase64';

describe('blobToBase64', () => {
Expand Down

0 comments on commit 7437b9e

Please sign in to comment.