mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-12 16:25:41 +00:00
Added linemanjs as frontend
This commit is contained in:
4
frontend/spec/hello-spec.js
Normal file
4
frontend/spec/hello-spec.js
Normal file
@@ -0,0 +1,4 @@
|
||||
describe(".helloText", function(){
|
||||
When(function(){ this.result = helloText(); });
|
||||
Then(function(){ expect(this.result).toEqual("Hello, World!"); });
|
||||
});
|
||||
Reference in New Issue
Block a user