2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00
Files
bootstrap/test-scss/tests/test2.spec.scss
T
2021-12-10 21:51:40 +02:00

10 lines
174 B
SCSS

@import "../../node_modules/sass-true/sass/true";
@include describe("A randowm module") {
@include it("and a random test test") {
@include assert-equal(3, 3);
}
}