File tree Expand file tree Collapse file tree 8 files changed +165
-151
lines changed Expand file tree Collapse file tree 8 files changed +165
-151
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,8 @@ node_modules
17
17
npm-debug.log
18
18
19
19
coverage
20
- /chai.js
21
20
22
21
test /auth /*
23
22
! test /auth /.gitkeep
24
23
25
- /chai.js
26
- /chai.cjs
24
+ /index.js
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -147,8 +147,16 @@ list of contributors.
147
147
Feel free to reach out to any of the core contributors with your questions or
148
148
concerns. We will do our best to respond in a timely manner.
149
149
150
+ [ ![ Keith Cirkel] ( https://avatars3.githubusercontent.com/u/118266?v=3&s=50 )] ( https://github.com/keithamus )
151
+ [ ![ James Garbutt] ( https://avatars3.githubusercontent.com/u/5677153?v=3&s=50 )] ( https://github.com/43081j )
152
+ [ ![ Kristján Oddsson] ( https://avatars3.githubusercontent.com/u/318208?v=3&s=50 )] ( https://github.com/koddsson )
153
+
154
+ ### Core Contributor Alumni
155
+
156
+ This project would not be what it is without the contributions from our prior
157
+ core contributors, for whom we are forever grateful:
158
+
150
159
[ ![ Jake Luer] ( https://avatars3.githubusercontent.com/u/58988?v=3&s=50 )] ( https://github.com/logicalparadox )
151
160
[ ![ Veselin Todorov] ( https://avatars3.githubusercontent.com/u/330048?v=3&s=50 )] ( https://github.com/vesln )
152
- [ ![ Keith Cirkel] ( https://avatars3.githubusercontent.com/u/118266?v=3&s=50 )] ( https://github.com/keithamus )
153
161
[ ![ Lucas Fernandes da Costa] ( https://avatars3.githubusercontent.com/u/6868147?v=3&s=50 )] ( https://github.com/lucasfcosta )
154
162
[ ![ Grant Snodgrass] ( https://avatars3.githubusercontent.com/u/17260989?v=3&s=50 )] ( https://github.com/meeber )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
* MIT Licensed
5
5
*/
6
6
7
- import * as chai from '../../../index .js' ;
7
+ import * as chai from '../../chai .js' ;
8
8
import { Assertion } from '../assertion.js' ;
9
9
import { flag , inspect } from '../utils/index.js' ;
10
10
import { AssertionError } from 'assertion-error' ;
Original file line number Diff line number Diff line change 4
4
* MIT Licensed
5
5
*/
6
6
7
- import * as chai from '../../../index .js' ;
7
+ import * as chai from '../../chai .js' ;
8
8
import { Assertion } from '../assertion.js' ;
9
9
import { AssertionError } from 'assertion-error' ;
10
10
You can’t perform that action at this time.
0 commit comments