Sha256: 3d3b34f6447141f7c255f3dd4045f760f1eeab6451e42c53433a5b73e3649b2e
Contents?: true
Size: 397 Bytes
Versions: 15
Compression:
Stored size: 397 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
15 entries across 15 versions & 1 rubygems