I am making a mpv script, in which I load the mpv library like this:
— script. lua
local mp = require(‘mp’) I am using a broken unit test framework to write tests for this, and they are cont
I am making a mpv script, in which I load the mpv library like this:
— script. lua
local mp = require(‘mp’) I am using a broken unit test framework to write tests for this, and they are cont