diff options
Diffstat (limited to 'server/sonar-docs/config/jest/CSSStub.js')
-rw-r--r-- | server/sonar-docs/config/jest/CSSStub.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/server/sonar-docs/config/jest/CSSStub.js b/server/sonar-docs/config/jest/CSSStub.js new file mode 100644 index 00000000000..cd35908524e --- /dev/null +++ b/server/sonar-docs/config/jest/CSSStub.js @@ -0,0 +1,6 @@ +/* + * Copyright (C) 2017-2019 SonarSource SA + * All rights reserved + * mailto:info AT sonarsource DOT com + */ +module.exports = {}; |