@memlab/e2e 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,5 +3,6 @@
3
3
  This is the memlab E2E testing framework for headless/headful Chromium. It is mainly responsible
4
4
  for controling/interacting with browser, recording heap snapshots, and logging other execution meta data.
5
5
 
6
- ## Full documentation
7
- https://facebookincubator.github.io/memlab
6
+ ## Online Resources
7
+ * [Official Website and Demo](https://facebookincubator.github.io/memlab)
8
+ * [Documentation](https://facebookincubator.github.io/memlab/docs/intro)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memlab/e2e",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "license": "MIT",
5
5
  "description": "memlab browser E2E interaction libraries",
6
6
  "author": "Liang Gong <lgong@fb.com>",
@@ -6,6 +6,7 @@
6
6
  *
7
7
  * @emails oncall+ws_labs
8
8
  * @format
9
+ * @oncall ws_labs
9
10
  */
10
11
 
11
12
  import Layout from '../components/layout.jsx';
@@ -6,6 +6,7 @@
6
6
  *
7
7
  * @emails oncall+ws_labs
8
8
  * @format
9
+ * @oncall ws_labs
9
10
  */
10
11
 
11
12
  import {Head, Html, Main, NextScript} from 'next/document';
@@ -6,6 +6,7 @@
6
6
  *
7
7
  * @emails oncall+ws_labs
8
8
  * @format
9
+ * @oncall ws_labs
9
10
  */
10
11
 
11
12
  import Link from 'next/link';
@@ -11,7 +11,7 @@
11
11
 
12
12
  import React from 'react';
13
13
 
14
- // Use the the window.injectHookForLink{n} hook to inject objects
14
+ // Use the window.injectHookForLink{n} hook to inject objects
15
15
  // to memory when link-{n} is triggered, for example:
16
16
  //
17
17
  // window.injectHookForLink4 = () => {