mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
test: standardized jest unit testing (#10047)
This commit is contained in:
6
tools/testing/assets/core.light.css
Normal file
6
tools/testing/assets/core.light.css
Normal file
File diff suppressed because one or more lines are too long
23
tools/testing/assets/what-is-new.ios.css
Normal file
23
tools/testing/assets/what-is-new.ios.css
Normal 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
3
tools/testing/out/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*.*
|
||||
!*.md
|
||||
!.gitignore
|
||||
2
tools/testing/out/README.md
Normal file
2
tools/testing/out/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user