mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
10 lines
174 B
SCSS
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);
|
|
}
|
|
}
|
|
|