9 Matching Annotations
  1. Mar 2020
    1. Gesamtkunswerk,

      Albers, Beuys, Synecdoche, Kantian versus Schopenhaurian Aesthetics (disinterest versus the total sensory experience of music as the ideal experience of art)

    2. film

      Nelson

    1. fixtureEl.innerHTML = '<div></div>' const div = fixtureEl.querySelector('div')

      fixture hack

    2. describe('on', () => {

      event method

    3. beforeAll(() => { fixtureEl = getFixture() }) afterEach(() => { clearFixture() })

      fixture mocking setUp and afterEach methods

    4. import { getFixture, clearFixture } from '../../helpers/fixture'

      These provide helper functions that accept a real dom element or an element created with the document.createElement method

  2. Feb 2020
  3. Nov 2019
  4. Sep 2019
    1. which can be used to write tests that verify the behavior of TypeScript's inference on your API.

      falls under the category of environment-specific programming techniques.