Skip to content

Commit

Permalink
update ts jest
Browse files Browse the repository at this point in the history
Signed-off-by: pashakostohrys <[email protected]>
  • Loading branch information
pasha-codefresh committed May 20, 2024
1 parent d8825ad commit 8c982ee
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`ComparisonStatusIcon.OutOfSync 1`] = `
Array [
[
<i
className="fa fa-arrow-alt-circle-up"
qe-id="utils-sync-status-title"
style={
Object {
{
"color": "#f4c030",
}
}
Expand All @@ -17,12 +17,12 @@ Array [
`;

exports[`ComparisonStatusIcon.Synced 1`] = `
Array [
[
<i
className="fa fa-check-circle"
qe-id="utils-sync-status-title"
style={
Object {
{
"color": "#18BE94",
}
}
Expand All @@ -33,12 +33,12 @@ Array [
`;

exports[`ComparisonStatusIcon.Unknown 1`] = `
Array [
[
<i
className="fa fa-circle-notch fa-spin"
qe-id="utils-sync-status-title"
style={
Object {
{
"color": "#CCD6DD",
}
}
Expand All @@ -53,7 +53,7 @@ exports[`HealthStatusIcon.Degraded 1`] = `
className="fa fa-heart-broken"
qe-id="utils-health-status-title"
style={
Object {
{
"color": "#E96D76",
}
}
Expand All @@ -66,7 +66,7 @@ exports[`HealthStatusIcon.Healthy 1`] = `
className="fa fa-heart"
qe-id="utils-health-status-title"
style={
Object {
{
"color": "#18BE94",
}
}
Expand All @@ -79,7 +79,7 @@ exports[`HealthStatusIcon.Missing 1`] = `
className="fa fa-ghost"
qe-id="utils-health-status-title"
style={
Object {
{
"color": "#f4c030",
}
}
Expand All @@ -92,7 +92,7 @@ exports[`HealthStatusIcon.Progressing 1`] = `
className="fa fa fa-circle-notch fa-spin"
qe-id="utils-health-status-title"
style={
Object {
{
"color": "#0DADEA",
}
}
Expand All @@ -105,7 +105,7 @@ exports[`HealthStatusIcon.Suspended 1`] = `
className="fa fa-pause-circle"
qe-id="utils-health-status-title"
style={
Object {
{
"color": "#766f94",
}
}
Expand All @@ -118,7 +118,7 @@ exports[`HealthStatusIcon.Unknown 1`] = `
className="fa fa-question-circle"
qe-id="utils-health-status-title"
style={
Object {
{
"color": "#CCD6DD",
}
}
Expand All @@ -127,12 +127,12 @@ exports[`HealthStatusIcon.Unknown 1`] = `
`;

exports[`OperationState.Deleting 1`] = `
Array [
[
<i
className="fa fa-circle-notch fa-spin"
qe-id="utils-operations-status-title"
style={
Object {
{
"color": "#0DADEA",
}
}
Expand All @@ -144,12 +144,12 @@ Array [
`;

exports[`OperationState.Sync OK 1`] = `
Array [
[
<i
className="fa fa-check-circle"
qe-id="utils-operations-status-title"
style={
Object {
{
"color": "#18BE94",
}
}
Expand All @@ -161,12 +161,12 @@ Array [
`;

exports[`OperationState.Sync error 1`] = `
Array [
[
<i
className="fa fa-times-circle"
qe-id="utils-operations-status-title"
style={
Object {
{
"color": "#E96D76",
}
}
Expand All @@ -178,12 +178,12 @@ Array [
`;

exports[`OperationState.Sync failed 1`] = `
Array [
[
<i
className="fa fa-times-circle"
qe-id="utils-operations-status-title"
style={
Object {
{
"color": "#E96D76",
}
}
Expand All @@ -195,12 +195,12 @@ Array [
`;

exports[`OperationState.Syncing 1`] = `
Array [
[
<i
className="fa fa-circle-notch fa-spin"
qe-id="utils-operations-status-title"
style={
Object {
{
"color": "#0DADEA",
}
}
Expand All @@ -212,12 +212,12 @@ Array [
`;

exports[`OperationState.Unknown 1`] = `
Array [
[
<i
className="fa fa-circle-notch fa-spin"
qe-id="utils-operations-status-title"
style={
Object {
{
"color": "#0DADEA",
}
}
Expand All @@ -236,7 +236,7 @@ exports[`ResourceResultIcon.Hook.Error 1`] = `
<i
className="fa fa-heart-broken"
style={
Object {
{
"color": "#E96D76",
}
}
Expand All @@ -247,7 +247,7 @@ exports[`ResourceResultIcon.Hook.Failed 1`] = `
<i
className="fa fa-heart-broken"
style={
Object {
{
"color": "#E96D76",
}
}
Expand All @@ -258,7 +258,7 @@ exports[`ResourceResultIcon.Hook.Running 1`] = `
<i
className="fa fa-circle-notch fa-spin"
style={
Object {
{
"color": "#0DADEA",
}
}
Expand All @@ -270,7 +270,7 @@ exports[`ResourceResultIcon.Hook.Succeeded 1`] = `
<i
className="fa fa-heart"
style={
Object {
{
"color": "#18BE94",
}
}
Expand All @@ -281,7 +281,7 @@ exports[`ResourceResultIcon.Hook.Terminating 1`] = `
<i
className="fa fa-circle-notch fa-spin"
style={
Object {
{
"color": "#DE303D",
}
}
Expand All @@ -292,7 +292,7 @@ exports[`ResourceResultIcon.Pruned 1`] = `
<i
className="fa fa-heart"
style={
Object {
{
"color": "#CCD6DD",
}
}
Expand All @@ -303,7 +303,7 @@ exports[`ResourceResultIcon.SyncFailed 1`] = `
<i
className="fa fa-heart-broken"
style={
Object {
{
"color": "#E96D76",
}
}
Expand All @@ -314,7 +314,7 @@ exports[`ResourceResultIcon.Synced 1`] = `
<i
className="fa fa-heart"
style={
Object {
{
"color": "#18BE94",
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exports[`ProgressPopup.0% 1`] = `
>
<div
style={
Object {
{
"background": "#CCD6DD",
"borderRadius": "5px",
"height": "10px",
Expand All @@ -31,7 +31,7 @@ exports[`ProgressPopup.0% 1`] = `
>
<div
style={
Object {
{
"background": "#18BE94",
"borderRadius": "inherit",
"height": "100%",
Expand All @@ -48,7 +48,7 @@ exports[`ProgressPopup.0% 1`] = `
>
<div
style={
Object {
{
"textAlign": "right",
}
}
Expand Down Expand Up @@ -78,7 +78,7 @@ exports[`ProgressPopup.50% 1`] = `
>
<div
style={
Object {
{
"background": "#CCD6DD",
"borderRadius": "5px",
"height": "10px",
Expand All @@ -89,7 +89,7 @@ exports[`ProgressPopup.50% 1`] = `
>
<div
style={
Object {
{
"background": "#18BE94",
"borderRadius": "inherit",
"height": "100%",
Expand All @@ -106,7 +106,7 @@ exports[`ProgressPopup.50% 1`] = `
>
<div
style={
Object {
{
"textAlign": "right",
}
}
Expand Down Expand Up @@ -136,7 +136,7 @@ exports[`ProgressPopup.100% 1`] = `
>
<div
style={
Object {
{
"background": "#CCD6DD",
"borderRadius": "5px",
"height": "10px",
Expand All @@ -147,7 +147,7 @@ exports[`ProgressPopup.100% 1`] = `
>
<div
style={
Object {
{
"background": "#18BE94",
"borderRadius": "inherit",
"height": "100%",
Expand All @@ -164,7 +164,7 @@ exports[`ProgressPopup.100% 1`] = `
>
<div
style={
Object {
{
"textAlign": "right",
}
}
Expand Down

0 comments on commit 8c982ee

Please sign in to comment.