Skip to content
Snippets Groups Projects
Unverified Commit 101d892a authored by Alex Pott's avatar Alex Pott
Browse files

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

parent 0926b0cc
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ public function testBaseLibraryAvailable() {
$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');
}
/**
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment