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.159 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.158 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.157 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.156 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.155 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.154 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.153 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.152 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.151 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.150 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.149 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.148 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.147 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.146 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.145 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.144 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.143 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.142 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.141 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.140 tracks/typescript/exercises/hello-world/hello-world.test.ts