Sha256: 21ccd1bde4176db5fc61eda136b979870579e44ca9b586a752d0257c5b9cbef0

Contents?: true

Size: 471 Bytes

Versions: 68

Compression:

Stored size: 471 Bytes

Contents

import TwoFer from './two-fer'

describe('TwoFer', () => {
  it('no name given', () => {
    const expected = 'One for you, one for me.'
    expect(TwoFer.twoFer()).toEqual(expected)
  })

  xit('a name given', () => {
    const expected = 'One for Alice, one for me.'
    expect(TwoFer.twoFer('Alice')).toEqual(expected)
  })

  xit('another name given', () => {
    const expected = 'One for Bob, one for me.'
    expect(TwoFer.twoFer('Bob')).toEqual(expected)
  })
})

Version data entries

68 entries across 68 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/typescript/exercises/two-fer/two-fer.test.ts
trackler-2.2.1.179 tracks/typescript/exercises/two-fer/two-fer.test.ts
trackler-2.2.1.178 tracks/typescript/exercises/two-fer/two-fer.test.ts
trackler-2.2.1.177 tracks/typescript/exercises/two-fer/two-fer.test.ts
trackler-2.2.1.176 tracks/typescript/exercises/two-fer/two-fer.test.ts
trackler-2.2.1.175 tracks/typescript/exercises/two-fer/two-fer.test.ts
trackler-2.2.1.174 tracks/typescript/exercises/two-fer/two-fer.test.ts
trackler-2.2.1.173 tracks/typescript/exercises/two-fer/two-fer.test.ts
trackler-2.2.1.172 tracks/typescript/exercises/two-fer/two-fer.test.ts
trackler-2.2.1.171 tracks/typescript/exercises/two-fer/two-fer.test.ts
trackler-2.2.1.170 tracks/typescript/exercises/two-fer/two-fer.test.ts
trackler-2.2.1.169 tracks/typescript/exercises/two-fer/two-fer.test.ts
trackler-2.2.1.167 tracks/typescript/exercises/two-fer/two-fer.test.ts
trackler-2.2.1.166 tracks/typescript/exercises/two-fer/two-fer.test.ts
trackler-2.2.1.165 tracks/typescript/exercises/two-fer/two-fer.test.ts
trackler-2.2.1.164 tracks/typescript/exercises/two-fer/two-fer.test.ts
trackler-2.2.1.163 tracks/typescript/exercises/two-fer/two-fer.test.ts
trackler-2.2.1.162 tracks/typescript/exercises/two-fer/two-fer.test.ts
trackler-2.2.1.161 tracks/typescript/exercises/two-fer/two-fer.test.ts
trackler-2.2.1.160 tracks/typescript/exercises/two-fer/two-fer.test.ts