Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

(WIP) Feat: test challenges #25

Closed
wants to merge 2 commits into from
Closed

Commits on Jan 31, 2018

  1. major application refactor, upgrade to 0.2.0 🎉, changes include:

      * add test framework and tests for all challenges
          * add test hooks: beforeAll, beforeEach, afterEach, afterAll
          * add ability to utilize assert.xxx methods
          * add disable tests feature
          * add test report feature
          * use Jest to test challenge solutions
      * fix serious codeStore entry duplication bug
      * improve styles, remove/refactor app event listeners
      * modify simple drag, track pane state with redux
      * double click divider to snap to edge
      * editor features:
          * disable laxbreak, asi linter rules
          * lint warnings in gutter
          * highlight all selection matches
          * autocomplete, hint dialog
      * add new shortcut keys, enable mac meta key (toggle solution, focus editor, autocomplete)
      * fix resetCode() typo in Welcome.js => resetState()
      * improve resetState() logic, add timeout to prevent accidental resets
      * prevent highlighting of editor contents when dragging divider
      * fixes / improvements to various data structures
      * major improvements to Graph data structure
      * import / export all types as module
      * improve modal extensibility
      * unmount closed modal
      * remove semicolons
      * update README.md
      * use lodash
    no-stack-dub-sack committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    13fdbb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    605c64e View commit details
    Browse the repository at this point in the history