mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
106141f74c
* feat: jest-puppeteer example * - Refactor test * - lint * - lint * - eslint-disable no-undef
6 lines
203 B
Plaintext
Executable File
6 lines
203 B
Plaintext
Executable File
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Index page test index title: index.title 1`] = `"Home page"`;
|
|
|
|
exports[`Index page test navigation to about page: about.msg 1`] = `"Hi from client"`;
|