Sha256: 1cfb5207108c4b9924c6cad317f8ef5983a6a47a292a84b936e37b38f3841c19

Contents?: true

Size: 390 Bytes

Versions: 224

Compression:

Stored size: 390 Bytes

Contents

import HelloWorld from "./hello-world"

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

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

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

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

Version data entries

224 entries across 224 versions & 1 rubygems

Version Path
trackler-2.2.1.139 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.138 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.137 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.136 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.135 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.134 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.133 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.132 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.131 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.130 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.129 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.128 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.127 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.126 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.125 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.124 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.123 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.122 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.121 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.120 tracks/typescript/exercises/hello-world/hello-world.test.ts