Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolution/Mateus F Torres #1

Closed
wants to merge 11 commits into from
Closed

Resolution/Mateus F Torres #1

wants to merge 11 commits into from

Commits on Aug 27, 2020

  1. Initial commit

    mateus-f-torres committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    351e5ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2146110 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13fb2d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fc6c99 View commit details
    Browse the repository at this point in the history
  5. build: install and plug puppeteer and babel into project

    Since we are using yarn v2 here we need to setup some things:
    
    1. Some of the jest-puppeteer dependecies are not declared
       So we explicitly install and connect with .yarnrc.yml.
    
    2. We need to add babel-jest and related dependencies
       So we can write tests with future Ecmascript features.
    mateus-f-torres committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    f9a058e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f1a6fa View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Configuration menu
    Copy the full SHA
    9b8ae95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbfe9f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ada240 View commit details
    Browse the repository at this point in the history
  4. refactor: improve specs

    Rename tests and description;
    Create constants for easy of modification;
    Start writing helpers for testing;
    Setup jest to run in band with -i flag
    mateus-f-torres committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    0925869 View commit details
    Browse the repository at this point in the history
  5. refactor: create helpers.js file for visibility validation

    Should investigate doing this with expect.extend({});
    Would make the API closer to standard Jest behavior;
    mateus-f-torres committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    b57bedd View commit details
    Browse the repository at this point in the history