UNPKG

barba.js

Version:

Barba.js it's a small, flexible and dependency free library that helps you creating fluid and smooth transition between your website's pages.

10 lines (8 loc) 243 B
describe('Barba exists', function() { it('should have Promise', function() { expect(window.Promise).toBeTruthy(); }); it('should have a version string', function() { expect(Barba.version).toEqual(jasmine.any(String)); }); });