fxa-content-server/tests/functional.js

25 строки
720 B
JavaScript

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
define([
'./functional/sign_in',
'./functional/sign_up',
'./functional/complete_sign_up',
'./functional/legal',
'./functional/tos',
'./functional/pp',
'./functional/confirm',
'./functional/reset_password',
'./functional/confirm_reset_password',
'./functional/complete_reset_password',
'./functional/reset_password_complete',
'./functional/robots_txt',
'./functional/settings',
'./functional/force_auth',
'./functional/404',
'./functional/mocha'
], function () {
'use strict';
});