Refactor config file/path handling.
This commit is contained in:
11
templates/spec/javascript/ExampleSpec.js
Normal file
11
templates/spec/javascript/ExampleSpec.js
Normal file
@@ -0,0 +1,11 @@
|
||||
describe('Example', function () {
|
||||
it('should have a passing test', function() {
|
||||
expect(true).toEqual(true);
|
||||
});
|
||||
|
||||
describe('nested describe', function () {
|
||||
it('should also have a passing test', function () {
|
||||
expect(true).toEqual(true);
|
||||
});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user