Nuxt/examples/jest-puppeteer/test/__snapshots__/index.spec.js.snap
awronski 106141f74c feat: jest-puppeteer example (#4163)
* feat: jest-puppeteer example

* - Refactor test

* - lint

* - lint

* - eslint-disable no-undef
2018-10-25 19:44:09 +02:00

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"`;