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.98 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.97 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.96 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.95 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.94 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.93 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.92 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.91 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.90 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.89 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.88 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.87 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.86 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.85 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.84 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.83 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.82 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.81 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.80 tracks/typescript/exercises/hello-world/hello-world.test.ts
trackler-2.2.1.79 tracks/typescript/exercises/hello-world/hello-world.test.ts