Skip to content

Commit 2e3d967

Browse files
author
Mike Taylor
committed
Issue #942. Add a functionalSuite file for nonauth scenarios.
1 parent 4b8dcb7 commit 2e3d967

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

tests/functional-nonauth.js

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
});

0 commit comments

Comments
 (0)