File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ /* This Source Code Form is subject to the terms of the Mozilla Public
2
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
3
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
+
5
+ /*
6
+ This file is provided so we can run tests on Travis for pull requests
7
+ from forks that don't have access to encrypted environment variables.
8
+
9
+ node_modules/.bin/intern-runner config=tests/intern \
10
+ functionalSuites=tests/functional-nonauth
11
+ */
12
+
13
+ define ( [
14
+ './functional/reporting-non-auth.js' ,
15
+ './functional/comments-non-auth.js' ,
16
+ './functional/contributors-non-auth.js' ,
17
+ './functional/index-non-auth.js' ,
18
+ './functional/issue-list-non-auth.js' ,
19
+ './functional/issues-non-auth.js' ,
20
+ './functional/history-navigation-non-auth.js' ,
21
+ './functional/search-non-auth.js'
22
+ ] , function ( ) {
23
+ 'use strict' ;
24
+ } ) ;
You can’t perform that action at this time.
0 commit comments