test: standardized jest unit testing (#10047)

This commit is contained in:
Nathan Walker
2022-11-28 14:30:32 -08:00
parent 66e8e39f1e
commit b147612e06
103 changed files with 1354 additions and 12804 deletions

View File

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,23 @@
@import url('~/views/what-is-new-common.css');
.news-card {
margin: 12 12 0 12;
}
.title {
font-size: 14;
}
.body {
font-size: 14;
}
.learn-more {
font-size: 14;
}
.date {
font-size: 12;
}
.empty-placeholder {
vertical-align: center;
text-align: center;
}

3
tools/testing/out/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
*.*
!*.md
!.gitignore

View File

@@ -0,0 +1,2 @@
Some tests output .json files in attempt to serialize the CSS.
These are used for reference during development, that's why the folder is gitignored.