Skip to content

test: update wording #69

test: update wording

test: update wording #69

GitHub Actions / JEST Tests succeeded Sep 10, 2023 in 0s

JEST Tests ✔️

Tests passed successfully

✔️ junit.xml

15 tests were completed in 971ms with 15 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
functions 15✔️ 932ms

✔️ functions

functions to-class() Should return class selector.
  ✔️ functions to-class() Should return class selector.
functions to-id() Should return id selector.
  ✔️ functions to-id() Should return id selector.
mixins create() Should return class selector.
  ✔️ mixins create() Should return class selector.
mixins create() Should return a scoped class selector.
  ✔️ mixins create() Should return a scoped class selector.
mixins create() Should return class selector with `&` nesting.
  ✔️ mixins create() Should return class selector with `&` nesting.
mixins create() Should return a scoped class selector with number.
  ✔️ mixins create() Should return a scoped class selector with number.
mixins create() Should return a scoped class selector with custom separator.
  ✔️ mixins create() Should return a scoped class selector with custom separator.
mixins create() Should return a suffixed scoped class selector.
  ✔️ mixins create() Should return a suffixed scoped class selector.
mixins create() Should return a suffixed scoped class selector with number.
  ✔️ mixins create() Should return a suffixed scoped class selector with number.
mixins create() Should return a suffixed scoped class selector with custom separator.
  ✔️ mixins create() Should return a suffixed scoped class selector with custom separator.
mixins create() Should return class selector with pseudo-classe.
  ✔️ mixins create() Should return class selector with pseudo-classe.
mixins create() Should return a scoped class selector with pseudo-classe.
  ✔️ mixins create() Should return a scoped class selector with pseudo-classe.
mixins create() Should return class selector with pseudo-element.
  ✔️ mixins create() Should return class selector with pseudo-element.
mixins create() Should return a scoped class selector with pseudo-element.
  ✔️ mixins create() Should return a scoped class selector with pseudo-element.
mixins media() Should return media selector.
  ✔️ mixins media() Should return media selector.