Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

455fffbb3125fc1ebc427c559e4e5438-entry.js

Blame
  • Forked from Fasilkom UI Open Source Software / Kape
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    455fffbb3125fc1ebc427c559e4e5438-entry.js 158 B
    
        var testsContext = require.context("../../assets/js/__test__", false);
    
        var runnable = testsContext.keys();
    
        runnable.forEach(testsContext);