Skip to content

Commit c33cf63

Browse files
author
Kristján Oddsson
authored
remove chai version constant (#1550)
* remove chai version constant * remove version test
1 parent 04cba93 commit c33cf63

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

lib/chai.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ import {assert} from './chai/interface/assert.js';
1515

1616
const used = [];
1717

18-
/*!
19-
* Chai version
20-
*/
21-
22-
export const version = '4.3.3';
23-
2418
/*!
2519
* Assertion Error
2620
*/

test/expect.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ import {globalErr as err} from './bootstrap/index.js';
44
describe('expect', function () {
55
var expect = chai.expect;
66

7-
it('chai.version', function() {
8-
expect(chai).to.have.property('version');
9-
});
10-
117
it('assertion', function(){
128
expect('test').to.be.a('string');
139
expect('foo').to.equal('foo');

0 commit comments

Comments
 (0)