Skip to content

Commit

Permalink
remove chai version constant (#1550)
Browse files Browse the repository at this point in the history
* remove chai version constant

* remove version test
  • Loading branch information
koddsson committed Nov 3, 2023
1 parent 04cba93 commit c33cf63
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions lib/chai.js
Expand Up @@ -15,12 +15,6 @@ import {assert} from './chai/interface/assert.js';

const used = [];

/*!
* Chai version
*/

export const version = '4.3.3';

/*!
* Assertion Error
*/
Expand Down
4 changes: 0 additions & 4 deletions test/expect.js
Expand Up @@ -4,10 +4,6 @@ import {globalErr as err} from './bootstrap/index.js';
describe('expect', function () {
var expect = chai.expect;

it('chai.version', function() {
expect(chai).to.have.property('version');
});

it('assertion', function(){
expect('test').to.be.a('string');
expect('foo').to.equal('foo');
Expand Down

0 comments on commit c33cf63

Please sign in to comment.