File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4949 run : npm run test:unit -- --ci --runInBand
5050 - name : Integration Tests
5151 run : npm run test:integration -- --ci --runInBand
52+ - name : Consumption Tests
53+ run : npm run test:consume-types
5254
5355 test-playwright :
5456 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 123123 "test:unit" : " npm run test:jest -- --selectProjects unit" ,
124124 "test:update:snapshot" : " npm run test:jest -- --updateSnapshot" ,
125125 "test:consume-types" : " cd test/consume-types && npm clean-install --install-links && npm run typecheck" ,
126- "test" : " run-s test:jest test:e2e" ,
126+ "test" : " run-s test:jest test:e2e test:consume-types " ,
127127 "typecheck" : " tsc --noEmit" ,
128128 "typecheck:watch" : " tsc --noEmit --watch" ,
129129 "watch:css" : " run-p 'build:css -- --watch' 'build:css:min -- --watch'" ,
You can’t perform that action at this time.
0 commit comments