UNPKG

nativescript

Version:

Command-line interface for building NativeScript projects

7 lines (6 loc) 152 B
// A sample Jasmine test describe("A suite", function() { it("contains spec with an expectation", function() { expect(true).toBe(true); }); });