- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
8 lines
131 B
JavaScript
8 lines
131 B
JavaScript
const chai = require('chai');
|
|
|
|
describe('This', function(){
|
|
it('does that', function(){
|
|
expect( true ).to.be.true;
|
|
});
|
|
});
|