Sha256: 84dbdf4dab4f90ca53b29a8331f2e11817597289a286602863d36cfa377aa7b6

Contents?: true

Size: 398 Bytes

Versions: 3

Compression:

Stored size: 398 Bytes

Contents

/*
 * Steal breakpoint key by index
 */
@include describe("[function] steal-key") {

	@include it("should expect breakpoint alias of passed index from configuration map") {
		@include should(expect(
			flint-steal-key(1)),
			to(be("desktop"))
		);
	}

	@include it("should expect invalid type to return false") {
		@include should(expect(
			flint-steal-key("string")),
			to(be(false))
		);
	}
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
flint-gs-2.0.6 tests/input/functions/lib/_steal-key.scss
flint-gs-2.0.5 tests/input/functions/lib/_steal-key.scss
flint-gs-2.0.4 tests/input/functions/lib/_steal-key.scss