UNPKG

stylie.tabs

Version:

100% width tabbed content with some example media queries for smaller screens.

21 lines (17 loc) 483 B
/* * stylie.tabs * https://github.com/typesettin * * Copyright (c) 2015 Typesettin. All rights reserved. */ 'use strict'; var should = require('chai').should(); // var component_navigation_header = require('../lib/stylie.tabs'); describe('stylie.tabs', function () { describe('#indexOf()', function () { it('should return -1 when the value is not present', function () { should.equal(-1, [1, 2, 3].indexOf(5)); should.equal(-1, [1, 2, 3].indexOf(0)); }); }); });