From 0594b88691696934111d5a25a5058635f0b7f313 Mon Sep 17 00:00:00 2001 From: Kurt King Date: Mon, 12 Dec 2022 14:56:47 -0600 Subject: [PATCH] Update packages/cli/templates/web-library-package/src/setupTests.ts Co-authored-by: Camila Belo Signed-off-by: Kurt King --- packages/cli/templates/web-library-package/src/setupTests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/templates/web-library-package/src/setupTests.ts b/packages/cli/templates/web-library-package/src/setupTests.ts index 963c0f188b..7a459ed24e 100644 --- a/packages/cli/templates/web-library-package/src/setupTests.ts +++ b/packages/cli/templates/web-library-package/src/setupTests.ts @@ -1,5 +1,5 @@ /* - * Copyright 2020 The Backstage Authors + * Copyright 2022 The Backstage Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.