diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/jestBabelTransformer.js | 2 | ||||
-rw-r--r-- | tests/jestSetup.js | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/jestBabelTransformer.js b/tests/jestBabelTransformer.js index 6790920a76c..f89ca692a09 100644 --- a/tests/jestBabelTransformer.js +++ b/tests/jestBabelTransformer.js @@ -3,7 +3,7 @@ * * @author François Freitag <mail@franek.fr> * - * @license GNU AGPL version 3 or any later version + * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/tests/jestSetup.js b/tests/jestSetup.js index bf167fb04b2..ddc9f378141 100644 --- a/tests/jestSetup.js +++ b/tests/jestSetup.js @@ -3,7 +3,7 @@ * * @author François Freitag <mail@franek.fr> * - * @license GNU AGPL version 3 or any later version + * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -20,4 +20,4 @@ * */ -require("@testing-library/jest-dom"); +require('@testing-library/jest-dom') |