Refactor config file/path handling.
This commit is contained in:
2
templates/public/javascripts/example.js
Normal file
2
templates/public/javascripts/example.js
Normal file
@@ -0,0 +1,2 @@
|
||||
ExampleClass = function() {
|
||||
};
|
||||
@@ -1,9 +1,9 @@
|
||||
describe('ExampleSuite', function () {
|
||||
describe('Example', function () {
|
||||
it('should have a passing test', function() {
|
||||
expect(true).toEqual(true);
|
||||
});
|
||||
|
||||
describe('Nested Describe', function () {
|
||||
describe('nested describe', function () {
|
||||
it('should also have a passing test', function () {
|
||||
expect(true).toEqual(true);
|
||||
});
|
||||
Reference in New Issue
Block a user