-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #82
- Loading branch information
Showing
3 changed files
with
41 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
import { GlobalFixtures } from '../fixtures'; | ||
|
||
export class Fixtures extends GlobalFixtures { | ||
public static readonly downloadURL = | ||
public static readonly downloadURLWithUserjs = | ||
'http://download.example.com/output.user.js'; | ||
|
||
public static readonly updateURLByMetajs = | ||
public static readonly downloadURLWithMetajs = | ||
'http://download.example.com/output.meta.js'; | ||
|
||
public static readonly updateURLWithMetajs = | ||
'http://update.example.com/output.meta.js'; | ||
|
||
public static readonly updateURLByUserjs = | ||
public static readonly updateURLWithUserjs = | ||
'http://update.example.com/output.user.js'; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters