1
1
mirror of https://github.com/primer/css.git synced 2024-11-26 02:38:32 +03:00
css/__tests__/css.test.js

9 lines
212 B
JavaScript
Raw Normal View History

2021-04-01 00:53:15 +03:00
const p = require('@primer/css/deprecations')
const {currentVersionDeprecations} = require('./utils/css')
describe('deprications', () => {
it('g', () => {
console.log(currentVersionDeprecations())
})
})