Sha256: faffb9964cc42dd4f1c0eafd491c6814b4248023f253a41b5bf8bb930364e2c4

Contents?: true

Size: 388 Bytes

Versions: 71

Compression:

Stored size: 388 Bytes

Contents

import HelloWorld from "./hello-world"

describe('Hello World', () => {

  it('says hello world with no name', () => {
    expect(HelloWorld.hello()).toEqual('Hello, World!')
  })

  it('says hello to bob', () => {
    expect(HelloWorld.hello('Bob')).toEqual('Hello, Bob!')
  })

  it('says hello to sally', () => {
    expect(HelloWorld.hello('Sally')).toEqual('Hello, Sally!')
  })
})

Version data entries

71 entries across 71 versions & 1 rubygems

Version Path
trackler-2.1.0.16 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.1.0.15 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.1.0.14 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.1.0.13 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.1.0.12 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.1.0.11 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.1.0.10 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.1.0.9 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.1.0.8 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.1.0.7 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.1.0.6 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.1.0.5 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.1.0.4 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.1.0.3 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.1.0.2 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.1.0.1 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.1.0.0 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.0.8.55 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.0.8.54 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.0.8.53 tracks/typescript/exercises/hello-world/hello-world.test.ts