Skip to content

Commit

Permalink
Add mockTranslate alias to mockTranlate (#117)
Browse files Browse the repository at this point in the history
* Add mockTranslate alias to mockTranlate

* Add commit template
  • Loading branch information
fjvallarino authored Oct 24, 2019
1 parent 499e874 commit ea04470
Show file tree
Hide file tree
Showing 3 changed files with 316 additions and 91 deletions.
15 changes: 15 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Description
Include a summary of the change. If this is fixing a defect, ensure to link to the issue this is fixing.

## Motivation and Context
Why is this change required? What problem does it solve?

## How Has This Been Tested?
Describe in detail how you tested your changes. Include details of your testing environment and link(s) for reviewers to validate.

## Release Plan:
- As the Submitter, upon requesting review of this pull request, I confirm that the [Release Checklist](https://help.risevision.com/hc/en-us/articles/360031119991) has been completed.
- As the Reviewer, upon approving the changes in this PR, I confirm I have reviewed and I agree that the [Release Checklist](https://help.risevision.com/hc/en-us/articles/360031119991) has been completed

#### Release Checklist Items Skipped?
If any Release Checklist items were intentionally skipped, please provide which ones and the reasons why
4 changes: 2 additions & 2 deletions mocks/translate-mock.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function mockTranlate() {
var mockTranslate = mockTranlate = function () {
return function ($provide, $translateProvider) {
$provide.factory("customLoader", function ($q) {
return function () {
Expand All @@ -10,4 +10,4 @@ function mockTranlate() {

$translateProvider.useLoader("customLoader");
};
}
}
Loading

0 comments on commit ea04470

Please sign in to comment.