File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
test/fixtures/assert-snapshot Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
import assert from 'node:assert' ;
2
2
3
- await assert . snapshot ( " test" , " name" ) ;
3
+ await assert . snapshot ( ' test' , ' name' ) ;
Original file line number Diff line number Diff line change 1
1
import assert from 'node:assert' ;
2
2
3
- await assert . snapshot ( " test" , " name" ) ;
4
- await assert . snapshot ( " test" , " another name" ) ;
3
+ await assert . snapshot ( ' test' , ' name' ) ;
4
+ await assert . snapshot ( ' test' , ' another name' ) ;
Original file line number Diff line number Diff line change 1
1
import assert from 'node:assert' ;
2
2
3
- await assert . snapshot ( " test" , " another name" ) ;
4
- await assert . snapshot ( " test" , " non existing" ) ;
3
+ await assert . snapshot ( ' test' , ' another name' ) ;
4
+ await assert . snapshot ( ' test' , ' non existing' ) ;
Original file line number Diff line number Diff line change 1
1
import assert from 'node:assert' ;
2
2
3
- await assert . snapshot ( " test" , " snapshot" ) ;
3
+ await assert . snapshot ( ' test' , ' snapshot' ) ;
Original file line number Diff line number Diff line change 1
1
import assert from 'node:assert' ;
2
2
3
- await assert . snapshot ( " changed" , " snapshot" ) ;
3
+ await assert . snapshot ( ' changed' , ' snapshot' ) ;
You canβt perform that action at this time.
0 commit comments