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.0.8.32 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.0.8.31 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.0.8.30 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.0.8.29 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.0.8.28 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.0.8.27 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.0.8.26 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.0.8.24 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.0.8.23 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.0.8.22 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.0.8.21 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.0.8.20 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.0.8.19 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.0.8.18 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.0.8.17 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.0.8.16 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.0.8.15 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.0.8.14 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.0.8.13 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.0.8.12 tracks/typescript/exercises/hello-world/hello-world.test.ts