File tree 2 files changed +2
-1
lines changed
test/integration/__snapshots__
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 115
115
"test:integration" : " npm run test:jest -- --selectProjects integration" ,
116
116
"test:jest" : " cross-env NODE_OPTIONS=--experimental-vm-modules jest" ,
117
117
"test:unit" : " npm run test:jest -- --selectProjects unit" ,
118
+ "test:update:snapshot" : " npm run test:jest -- --updateSnapshot" ,
118
119
"test" : " run-s test:jest test:e2e" ,
119
120
"watch:css" : " run-p 'build:css -- --watch' 'build:css:min -- --watch'" ,
120
121
"watch:js" : " npm run build:js -- --watch"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ exports[`Docs Site coverpage renders and is unchanged 1`] = `
17
17
exports[`Docs Site navbar renders and is unchanged 1`] = `
18
18
"<nav class = " app-nav" aria-label = " secondary" ><!-- markdownlint-disable first-line-h1 -->
19
19
20
- <ul ><li ><p >Translations</p ><ul ><li ><a href = " #/" >English</a ></li ><li ><a href = " #/zh-cn/" >简体中文</a ></li ><li >< a href = " #/de-de/ " >Deutsch</ a ></ li >< li >< a href = " #/es/ " >Español</ a ></ li >< li >< a href = " #/ru-ru/ " >Русский</ a ></ li >< /ul ></li ></ul ></nav >"
20
+ <ul ><li ><p >Translations</p ><ul ><li ><a href = " #/" >English</a ></li ><li ><a href = " #/zh-cn/" >简体中文</a ></li ></ul ></li ></ul ></nav >"
21
21
`;
22
22
23
23
exports[`Docs Site sidebar renders and is unchanged 1`] = `
You can’t perform that action at this time.
0 commit comments