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.180 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.179 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.178 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.177 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.176 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.175 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.174 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.173 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.172 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.171 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.170 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.169 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.167 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.166 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.165 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.164 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.163 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.162 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.161 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.160 tracks/typescript/exercises/hello-world/hello-world.test.ts