Skip to content

Commit

Permalink
remove pi in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alizedebray committed Nov 8, 2024
1 parent 24cb1a1 commit fd62178
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 57 deletions.
12 changes: 0 additions & 12 deletions packages/styles/tests/core.test.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,5 @@
background-image: url(post.get-colored-svg-url('2063', #ff0080));
background-image: url(post.get-colored-svg-url('2063', post.$white));

@include post.pi(2063, #ff0080);
@include post.pi(2063, post.$white);
@include post.pi(2063, midnightblue);
@include jest.equal(post.strip-unit(12px), 12);

@each $name, $path in post.$svg-icon-map {
@include post.pi($name);

@each $color, $value in post.$signal-colors {
@include post.pi($name, $color);
@include post.pi($name, $value);
}
}
}
12 changes: 0 additions & 12 deletions packages/styles/tests/intranet.test.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,5 @@
background-image: url(post.get-colored-svg-url('2063', #ff0080));
background-image: url(post.get-colored-svg-url('2063', post.$white));

@include post.pi(2063, #ff0080);
@include post.pi(2063, post.$white);
@include post.pi(2063, midnightblue);
@include jest.equal(post.strip-unit(12px), 12);

@each $name, $path in post.$svg-icon-map {
@include post.pi($name);

@each $color, $value in post.$signal-colors {
@include post.pi($name, $color);
@include post.pi($name, $value);
}
}
}
33 changes: 0 additions & 33 deletions packages/styles/tests/mixins/icons.test.scss

This file was deleted.

0 comments on commit fd62178

Please sign in to comment.