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.119 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.118 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.117 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.116 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.115 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.114 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.113 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.111 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.110 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.109 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.108 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.107 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.106 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.105 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.104 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.103 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.102 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.101 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.100 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.99 tracks/typescript/exercises/hello-world/hello-world.test.ts