Coin de Gamma
6 years ago
2 changed files with 2 additions and 10 deletions
@ -1,7 +0,0 @@
|
||||
describe("Basic test", function() { |
||||
let text = "I am a basic test"; |
||||
|
||||
it("should work", function() { |
||||
expect(text).toBe("I am a basic test"); |
||||
}) |
||||
}) |
@ -1,8 +1,7 @@
|
||||
import { HASTIC_PORT } from '../src/config'; |
||||
|
||||
describe("When importing from .ts files", function() { |
||||
|
||||
it("should work", function() { |
||||
expect(HASTIC_PORT).toBe(8000) |
||||
it("config should be correct", function() { |
||||
expect(HASTIC_PORT).toBe(8000); |
||||
}) |
||||
}) |
||||
|
Loading…
Reference in new issue