mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 21:13:50 -05:00
6 lines
127 B
JavaScript
6 lines
127 B
JavaScript
describe("A suite", function() {
|
|
it("contains spec with an expectation", function() {
|
|
expect(true).toBe(true);
|
|
});
|
|
});
|