Issue #3222313 by paulocs: Rename scripts.js to something more descriptive

(cherry picked from commit 101d892a36)
merge-requests/934/head
Alex Pott 2021-07-10 10:12:58 +01:00
parent 3663cc5b9d
commit 9bc2f9ee64
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
4 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ class OliveroTest extends BrowserTestBase {
$this->drupalGet('');
$this->assertSession()->statusCodeEquals(200);
$this->assertSession()->responseContains('olivero/css/base/base.css');
$this->assertSession()->responseContains('olivero/js/scripts.js');
$this->assertSession()->responseContains('olivero/js/navigation-utils.js');
}
/**

View File

@ -57,7 +57,7 @@ global-styling:
js:
js/checkbox.js: {}
js/scripts.js: {}
js/navigation-utils.js: {}
js/navigation.js: {}
js/second-level-navigation.js: {}
dependencies: