Skip to content

Commit

Permalink
remove 6 and 8 moks from mock validation test
Browse files Browse the repository at this point in the history
  • Loading branch information
archmoj committed Jan 13, 2021
1 parent 771448c commit de6ca39
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/jasmine/tests/mock_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ var list = [
'1',
'4',
'5',
'6',
'8',
'10',
'11',
'12',
Expand Down Expand Up @@ -1095,8 +1093,6 @@ figs['0'] = require('@mocks/0');
// figs['1'] = require('@mocks/1');
figs['4'] = require('@mocks/4');
figs['5'] = require('@mocks/5');
// figs['6'] = require('@mocks/6');
// figs['8'] = require('@mocks/8');
figs['10'] = require('@mocks/10');
// figs['11'] = require('@mocks/11');
// figs['12'] = require('@mocks/12');
Expand Down

0 comments on commit de6ca39

Please sign in to comment.